summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxcb
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-10 18:22:54 +0100
committersibel <lesibel@free.fr>2011-03-10 18:22:54 +0100
commit61b228327ebda8d658b91d0f83faecbd57a7fbac (patch)
tree269bf2f9bcf5a753814d798c5c90d1bff3074d0c /xorg/xorg-libxcb
parentc978b1c3b58e5515d6e91a124e9cb215520d868c (diff)
downloadnutyx-extra-61b228327ebda8d658b91d0f83faecbd57a7fbac.tar.gz
nutyx-extra-61b228327ebda8d658b91d0f83faecbd57a7fbac.tar.bz2
nutyx-extra-61b228327ebda8d658b91d0f83faecbd57a7fbac.tar.xz
nutyx-extra-61b228327ebda8d658b91d0f83faecbd57a7fbac.zip
xorg-libxcb, correction port
Diffstat (limited to 'xorg/xorg-libxcb')
-rw-r--r--xorg/xorg-libxcb/Pkgfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/xorg/xorg-libxcb/Pkgfile b/xorg/xorg-libxcb/Pkgfile
index c8c762f42..43b44666b 100644
--- a/xorg/xorg-libxcb/Pkgfile
+++ b/xorg/xorg-libxcb/Pkgfile
@@ -7,14 +7,12 @@
name=xorg-libxcb
version=1.7
-release=1
+release=2
source=(http://xcb.freedesktop.org/dist/libxcb-$version.tar.bz2)
build() {
cd libxcb-$version
-
- PYTHON=python2 ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install