From 33d404aa501b9370e91a246c678085a8cbc9aeb0 Mon Sep 17 00:00:00 2001 From: sibel Date: Tue, 4 Jan 2011 19:54:54 +0100 Subject: xorg-libxcb, correction python --- xorg/xorg-libxcb/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xorg/xorg-libxcb') 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 -- cgit v1.2.3-54-g00ecf