summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-06-03 10:42:21 +0200
committersibel <lesibel@free.fr>2011-06-03 10:42:21 +0200
commit2d0ef0fbaa09ca170c0a6698073744c4b997b73c (patch)
treea0ee497190293505fdef5ea69c98339b6ef1c883 /base
parentd35a1ee798eee76a6cd4ee1f898bb7c5b97c739b (diff)
downloadnutyx-pakxe-2d0ef0fbaa09ca170c0a6698073744c4b997b73c.tar.gz
nutyx-pakxe-2d0ef0fbaa09ca170c0a6698073744c4b997b73c.tar.bz2
nutyx-pakxe-2d0ef0fbaa09ca170c0a6698073744c4b997b73c.tar.xz
nutyx-pakxe-2d0ef0fbaa09ca170c0a6698073744c4b997b73c.zip
xorg-xcb-proto 1.6-3 correction port
Diffstat (limited to 'base')
-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