summaryrefslogtreecommitdiffstats
path: root/xorg/xorg/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg/Pkgfile')
-rw-r--r--xorg/xorg/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/xorg/xorg/Pkgfile b/xorg/xorg/Pkgfile
index fad2d7ad1..5c37b5a89 100644
--- a/xorg/xorg/Pkgfile
+++ b/xorg/xorg/Pkgfile
@@ -7,7 +7,7 @@
name=xorg
version=1.9.4
-release=1
+release=2
section="driver"
source=($section-$version.md5)
@@ -21,7 +21,8 @@ for package in $(grep -v '^#' ${section}-${version}.md5 |cut -d " " -f 3)
tar -xf $package
cd $packagedir
- ./configure $XORG_CONFIG
+ ./configure $XORG_CONFIG \
+ --with-xorg-module-dir=$XORG_PREFIX/lib/X11/modules
make
make DESTDIR=$PKG install
cd ..