[Lunar-commits] r22428 - moonbase/trunk/graphics/libmng

Stefan Wold ratler at lunar-linux.org
Sun Dec 3 21:19:39 CET 2006


Author: ratler
Date: 2006-12-03 21:19:39 +0100 (Sun, 03 Dec 2006)
New Revision: 22428

Modified:
   moonbase/trunk/graphics/libmng/BUILD
Log:
Now properly build under x86_64 as well

Modified: moonbase/trunk/graphics/libmng/BUILD
===================================================================
--- moonbase/trunk/graphics/libmng/BUILD	2006-12-03 19:33:49 UTC (rev 22427)
+++ moonbase/trunk/graphics/libmng/BUILD	2006-12-03 20:19:39 UTC (rev 22428)
@@ -1,7 +1,7 @@
 (
-
-  ln -sf  makefiles/makefile.linux  Makefile  &&
-  sedit  "s:/usr/local:/usr:"  Makefile       &&
-  default_make
-
+  cat unmaintained/autogen.sh | tr -d \\r > autogen.sh &&
+  chmod 755 autogen.sh &&
+  ./autogen.sh --help > /dev/null &&
+  OPTS+="  --enable-shared --disable-static --with-zlib --with-jpeg --with-lcms" &&
+  default_build
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list