diff options
author | Juergen Daubert <jue@jue.li> | 2015-05-07 13:46:16 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2015-05-07 13:46:16 +0200 |
commit | 553e4f13ea9527c7a8ba3e4148cb923f95b02b8f (patch) | |
tree | f921c7816af271df76af5b00928411ae766c84c5 /xorg-libxaw | |
parent | 1d1909251972a836366699ce34c4c00f91303310 (diff) | |
download | xorg-553e4f13ea9527c7a8ba3e4148cb923f95b02b8f.tar.gz xorg-553e4f13ea9527c7a8ba3e4148cb923f95b02b8f.tar.xz |
xorg-libxaw: remove --without-{xmlto,fop,xsltproc} configure option
Diffstat (limited to 'xorg-libxaw')
-rw-r--r-- | xorg-libxaw/Pkgfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xorg-libxaw/Pkgfile b/xorg-libxaw/Pkgfile index 84f86dbc..5aac7525 100644 --- a/xorg-libxaw/Pkgfile +++ b/xorg-libxaw/Pkgfile @@ -14,8 +14,7 @@ build() { ./configure \ --prefix=/usr \ --mandir=/usr/man \ - --disable-specs \ - --without-{xmlto,fop,xsltproc} + --disable-specs make make DESTDIR=$PKG install |