summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xorg-libxext/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg/xorg-libxext/Pkgfile b/xorg/xorg-libxext/Pkgfile
index e9b0511c9..5e24eea0a 100644
--- a/xorg/xorg-libxext/Pkgfile
+++ b/xorg/xorg-libxext/Pkgfile
@@ -13,7 +13,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXext-$version.tar
build() {
cd libXext-$version
- ./configure --prefix=/usr
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install