summaryrefslogtreecommitdiff
path: root/repo/libxfixes
diff options
context:
space:
mode:
Diffstat (limited to 'repo/libxfixes')
-rw-r--r--repo/libxfixes/libxfixes.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/libxfixes/libxfixes.xibuild b/repo/libxfixes/libxfixes.xibuild
index 0f337ce..12451c0 100644
--- a/repo/libxfixes/libxfixes.xibuild
+++ b/repo/libxfixes/libxfixes.xibuild
@@ -7,7 +7,7 @@ PKG_VER=6.0.0
SOURCE=https://www.x.org/pub/individual/lib/libXfixes-$PKG_VER.tar.bz2
build () {
- ./configure $XORG_CONFIG --docdir=$XORG_PREFIX/share/doc/libXfixes-$PKG_VER
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static --docdir=/usr/share/doc/libXfixes-$PKG_VER
make
}