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