[Lunar-commits] r19348 - moonbase/trunk/gnome2-apps/abiword

Terry Chan tchan at lunar-linux.org
Tue Mar 21 03:52:49 UTC 2006


Author: tchan
Date: 2006-03-21 03:52:48 +0000 (Tue, 21 Mar 2006)
New Revision: 19348

Modified:
   moonbase/trunk/gnome2-apps/abiword/BUILD
Log:
Disabled the pdf plugin otherwise abiword-plugins will fail. Updated parts of
gnome2 (libgda/libgnomedb) to get a few more abiword-plugins to compile correctly.
Changed the unset line to just be "bad_flags ALL".


Modified: moonbase/trunk/gnome2-apps/abiword/BUILD
===================================================================
--- moonbase/trunk/gnome2-apps/abiword/BUILD	2006-03-21 03:22:37 UTC (rev 19347)
+++ moonbase/trunk/gnome2-apps/abiword/BUILD	2006-03-21 03:52:48 UTC (rev 19348)
@@ -1,17 +1,17 @@
 (
 
-  unset CFLAGS CXXFLAGS CPPFLAGS CCACHE_NOLINK CCACHE_DIR && 
+  bad_flags ALL &&
 
   cd    abi       &&                         
 
-  ./configure   --enable-xft                                    \
-                --with-libxml2                                  \
-                --build=$BUILD                                  \
-                --sysconfdir=/etc                               \
-                --prefix=/usr 					\
-		--localstatedir=/var				\
-		--infodir=/usr/share/info			\
-		--mandir=/usr/share/man				\
+  ./configure   --enable-xft                    \
+                --with-libxml2                  \
+                --build=$BUILD                  \
+                --sysconfdir=/etc               \
+                --prefix=/usr 			\
+		--localstatedir=/var		\
+		--infodir=/usr/share/info	\
+		--mandir=/usr/share/man		\
 		--with-sys-wv                   \
 		$OPTS				&&
              
@@ -23,15 +23,17 @@
 
   # Build the plugins
   cd ../abiword-plugins &&
-  ./configure   --enable-xft                                    \
-                --with-libxml2                                  \
-                --build=$BUILD                                  \
-                --sysconfdir=/etc                               \
-                --prefix=/usr                                   \
-                --localstatedir=/var                            \
-                --infodir=/usr/share/info                       \
-                --mandir=/usr/share/man                         \
+  ./configure   --enable-xft                    \
+                --with-libxml2                  \
+                --build=$BUILD                  \
+                --sysconfdir=/etc               \
+                --prefix=/usr                   \
+                --localstatedir=/var            \
+                --infodir=/usr/share/info       \
+                --mandir=/usr/share/man         \
                 --with-sys-wv                   \
+                --disable-pdf			\
+		$OPTS				&&
   
   make &&
   make install-strip



More information about the Lunar-commits mailing list