summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxcb
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-01-04 19:54:54 +0100
committersibel <lesibel@free.fr>2011-01-04 19:54:54 +0100
commit33d404aa501b9370e91a246c678085a8cbc9aeb0 (patch)
tree45d4061dab6cb3a2e21cd615a8e395199532fae2 /xorg/xorg-libxcb
parentfac8f721cfb90e41affde9351170099f6620dd70 (diff)
downloadnutyx-pakxe-33d404aa501b9370e91a246c678085a8cbc9aeb0.tar.gz
nutyx-pakxe-33d404aa501b9370e91a246c678085a8cbc9aeb0.tar.bz2
nutyx-pakxe-33d404aa501b9370e91a246c678085a8cbc9aeb0.tar.xz
nutyx-pakxe-33d404aa501b9370e91a246c678085a8cbc9aeb0.zip
xorg-libxcb, correction python
Diffstat (limited to 'xorg/xorg-libxcb')
-rw-r--r--xorg/xorg-libxcb/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg/xorg-libxcb/Pkgfile b/xorg/xorg-libxcb/Pkgfile
index 24e478aa5..28fdacf8e 100644
--- a/xorg/xorg-libxcb/Pkgfile
+++ b/xorg/xorg-libxcb/Pkgfile
@@ -12,7 +12,7 @@ source=(http://xcb.freedesktop.org/dist/libxcb-$version.tar.bz2)
build() {
cd libxcb-$version
- ./configure --prefix=/usr
+ PYTHON=python2 ./configure --prefix=/usr
make
make DESTDIR=$PKG install