diff options
author | Juergen Daubert <jue@jue.li> | 2015-05-03 10:53:15 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2015-05-03 10:53:15 +0200 |
commit | 4507a54d2d547bae1226d7c1ef7e8953ddc0d35f (patch) | |
tree | 119a63e806b59c92fe1488fca4fcfde452888018 /xorg-libxaw | |
parent | 7c7d3586e632a4039263ac6386ed776963110aa3 (diff) | |
download | xorg-4507a54d2d547bae1226d7c1ef7e8953ddc0d35f.tar.gz xorg-4507a54d2d547bae1226d7c1ef7e8953ddc0d35f.tar.xz |
xorg-libxaw: replace unsupported configure option
Diffstat (limited to 'xorg-libxaw')
-rw-r--r-- | xorg-libxaw/Pkgfile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/xorg-libxaw/Pkgfile b/xorg-libxaw/Pkgfile index 69999563..84f86dbc 100644 --- a/xorg-libxaw/Pkgfile +++ b/xorg-libxaw/Pkgfile @@ -11,11 +11,12 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXaw-$version.tar. build() { cd libXaw-$version - ./configure --prefix=/usr --mandir=/usr/man --disable-docs + ./configure \ + --prefix=/usr \ + --mandir=/usr/man \ + --disable-specs \ + --without-{xmlto,fop,xsltproc} make make DESTDIR=$PKG install - - rm -rf $PKG/usr/share/doc - rmdir $PKG/usr/share } |