summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-04 22:24:07 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-04 22:24:07 +0100
commit8244aec8efa743c0d4135e66ecc14fa44ce4ccc0 (patch)
tree8841b218f5bf2a58e85f4d4ec9605388f08b6159 /xorg
parent58ec2d5918f80ae10dd546d131ae97e431472530 (diff)
downloadnutyx-extra-8244aec8efa743c0d4135e66ecc14fa44ce4ccc0.tar.gz
nutyx-extra-8244aec8efa743c0d4135e66ecc14fa44ce4ccc0.tar.bz2
nutyx-extra-8244aec8efa743c0d4135e66ecc14fa44ce4ccc0.tar.xz
nutyx-extra-8244aec8efa743c0d4135e66ecc14fa44ce4ccc0.zip
xorg-libxau, port corrigé
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xorg-libxau/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg/xorg-libxau/Pkgfile b/xorg/xorg-libxau/Pkgfile
index bb653c288..b1c040cc4 100644
--- a/xorg/xorg-libxau/Pkgfile
+++ b/xorg/xorg-libxau/Pkgfile
@@ -13,7 +13,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXau-$version.tar.
build() {
cd libXau-$version
- ./configure --prefix=/usr
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install