summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxpm/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-libxpm/Pkgfile')
-rw-r--r--xorg/xorg-libxpm/Pkgfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/xorg/xorg-libxpm/Pkgfile b/xorg/xorg-libxpm/Pkgfile
index c4e86a494..814eb93f9 100644
--- a/xorg/xorg-libxpm/Pkgfile
+++ b/xorg/xorg-libxpm/Pkgfile
@@ -12,9 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXpm-$version.tar.
build() {
cd libXpm-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}