summaryrefslogtreecommitdiffstats
path: root/base/xorg-xcb-proto/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/xorg-xcb-proto/Pkgfile')
-rw-r--r--base/xorg-xcb-proto/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/xorg-xcb-proto/Pkgfile b/base/xorg-xcb-proto/Pkgfile
index 401fd36b2..531092c5e 100644
--- a/base/xorg-xcb-proto/Pkgfile
+++ b/base/xorg-xcb-proto/Pkgfile
@@ -7,13 +7,13 @@
name=xorg-xcb-proto
version=1.6
-release=2
+release=3
source=(http://xcb.freedesktop.org/dist/xcb-proto-$version.tar.bz2)
build() {
cd xcb-proto-$version
- ./configure --prefix=/usr
+ PYTHON=python2 ./configure --prefix=/usr
make
make DESTDIR=$PKG install