[Lunar-commits] CVS: moonbase/gnome2-core/librsvg BUILD, 1.5, 1.5.2.1

Nick Hudson nhudson at lunar-linux.org
Sat Mar 13 15:59:07 GMT 2004


Update of /var/cvs/lunar/moonbase/gnome2-core/librsvg
In directory dbguin.lunar-linux.org:/tmp/cvs-serv19101/librsvg

Modified Files:
      Tag: GNOME_UNSTABLE
	BUILD 
Log Message:

More BUILD files


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-core/librsvg/BUILD,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -d -r1.5 -r1.5.2.1
--- BUILD	24 Dec 2003 14:41:07 -0000	1.5
+++ BUILD	13 Mar 2004 15:59:05 -0000	1.5.2.1
@@ -1,6 +1,14 @@
 (
-   
-   export OPTS="$OPTS --with-croco --with-svgz"
-   default_build
+
+   ./configure  --prefix=${GNOME26_PREFIX:-/usr}  \
+                --build=$BUILD                    \
+                --sysconfdir=/etc                 \
+                --localstatedir=/var              \
+                --infodir=${GNOME26_PREFIX:-/usr}/share/info \
+                --mandir=${GNOME26_PREFIX:-/usr}/share/man   \
+                --with-croco                      \
+                --with-svgz                       \
+                $OPTS                              &&
+    default_make                   
 
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list