[Lunar-commits] <moonbase> abiword: Removed some configure options that no longer apply
Terry Chan
tchan at lunar-linux.org
Mon May 18 16:54:49 CEST 2009
commit ac60ecffb4451be92e563bd6afeedb7346991dcd
Author: Terry Chan <tchan at lunar-linux.org>
Date: Mon May 18 09:54:49 2009 -0500
abiword: Removed some configure options that no longer apply
---
gnome2/apps/abiword/BUILD | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/gnome2/apps/abiword/BUILD b/gnome2/apps/abiword/BUILD
index 54f95e9..2e22e87 100644
--- a/gnome2/apps/abiword/BUILD
+++ b/gnome2/apps/abiword/BUILD
@@ -1,30 +1,24 @@
(
unpack $SOURCE2 &&
- ./configure --enable-xft \
- --with-libxml2 \
- --build=$BUILD \
+ ./configure --build=$BUILD \
--sysconfdir=/etc \
--prefix=/usr \
--localstatedir=/var \
--infodir=/usr/share/info \
--mandir=/usr/share/man \
- --with-sys-wv \
$OPTS &&
default_make &&
# Build the plugins
cd abiword-plugins-$VERSION &&
- ./configure --enable-xft \
- --with-libxml2 \
- --build=$BUILD \
+ ./configure --build=$BUILD \
--sysconfdir=/etc \
--prefix=/usr \
--localstatedir=/var \
--infodir=/usr/share/info \
--mandir=/usr/share/man \
- --with-sys-wv \
--disable-pdf \
--disable-gda \
--with-abiword=$SOURCE_DIRECTORY \
More information about the Lunar-commits
mailing list