[Lunar-commits] CVS: moonbase/graphics/jpeg BUILD,1.3,1.4

Auke Kok sofar at lunar-linux.org
Wed May 12 08:49:47 GMT 2004


Update of /var/cvs/lunar/moonbase/graphics/jpeg
In directory dbguin.lunar-linux.org:/tmp/cvs-serv16845

Modified Files:
	BUILD 
Log Message:
Grrr, almost barfed it up myself


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/jpeg/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD	12 May 2004 08:09:54 -0000	1.3
+++ BUILD	12 May 2004 08:49:45 -0000	1.4
@@ -1,20 +1,12 @@
 (
 
   bad_flags -malign-double
-  
-  patch_it $SOURCE_CACHE/$SOURCE2 1 &&
-  patch_it $SOURCE_CACHE/$SOURCE3 1 &&
-
-  ./configure  --build=$BUILD               \
-               --prefix=/usr                \
-	       --bindir=/usr/bin            \
-	       --datadir=/usr/share         \
-	       --mandir=/usr/share/man      \
-	       --enable-shared              \
-	       --enable-static              &&
+  export CC="gcc"
+  OPTS="$OPTS --enable-shared --enable-static"
 
   default_config &&
-  make &&
+  sedit "s/\$(prefix)\/man\/man\$(manext)/\/usr\/share\/man\/man\$(manext)/" Makefile &&
+  make  &&
   LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD make test &&
   prepare_install &&
   make install



More information about the Lunar-commits mailing list