ports/xorg (3.1): xorg-libxaw: replace unsupported configure option
3 May
2015
3 May
'15
8:54 a.m.
commit 4507a54d2d547bae1226d7c1ef7e8953ddc0d35f Author: Juergen Daubert <jue@jue.li> Date: Sun May 3 10:53:15 2015 +0200 xorg-libxaw: replace unsupported configure option diff --git a/xorg-libxaw/Pkgfile b/xorg-libxaw/Pkgfile index 6999956..84f86db 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 }
3545
Age (days ago)
3545
Last active (days ago)
0 comments
1 participants
participants (1)
-
crux@crux.nu