diff options
author | sibel <lesibel@free.fr> | 2011-03-10 18:22:54 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-10 18:22:54 +0100 |
commit | 61b228327ebda8d658b91d0f83faecbd57a7fbac (patch) | |
tree | 269bf2f9bcf5a753814d798c5c90d1bff3074d0c | |
parent | c978b1c3b58e5515d6e91a124e9cb215520d868c (diff) | |
download | nutyx-pakxe-61b228327ebda8d658b91d0f83faecbd57a7fbac.tar.gz nutyx-pakxe-61b228327ebda8d658b91d0f83faecbd57a7fbac.tar.bz2 nutyx-pakxe-61b228327ebda8d658b91d0f83faecbd57a7fbac.tar.xz nutyx-pakxe-61b228327ebda8d658b91d0f83faecbd57a7fbac.zip |
xorg-libxcb, correction port
-rw-r--r-- | xorg/xorg-libxcb/Pkgfile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/xorg/xorg-libxcb/Pkgfile b/xorg/xorg-libxcb/Pkgfile index c8c762f42..43b44666b 100644 --- a/xorg/xorg-libxcb/Pkgfile +++ b/xorg/xorg-libxcb/Pkgfile @@ -7,14 +7,12 @@ name=xorg-libxcb version=1.7 -release=1 +release=2 source=(http://xcb.freedesktop.org/dist/libxcb-$version.tar.bz2) build() { cd libxcb-$version - - PYTHON=python2 ./configure --prefix=/usr - + ./configure $XORG_CONFIG make make DESTDIR=$PKG install |