diff options
-rw-r--r-- | xorg/xorg-libxcb/Pkgfile | 2 |
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 |