diff options
Diffstat (limited to 'xorg/xorg-libxcb/Pkgfile')
-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 05f764c14..a4f023704 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 $XORG_CONFIG + PYTHON=/usr/bin/python2 ./configure $XORG_CONFIG make make DESTDIR=$PKG install |