xorg-libxaw: replace unsupported configure option

This commit is contained in:
Juergen Daubert 2015-05-03 10:53:15 +02:00
parent 7c7d3586e6
commit 4507a54d2d

View File

@ -11,11 +11,12 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXaw-$version.tar.
build() { build() {
cd libXaw-$version 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
make DESTDIR=$PKG install make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
rmdir $PKG/usr/share
} }