[Lunar-commits] r26126 - moonbase/trunk/graphics/freetype1
Dennis Veatch
stumbles at lunar-linux.org
Mon Oct 8 20:28:30 CEST 2007
Author: stumbles
Date: 2007-10-08 20:28:30 +0200 (Mon, 08 Oct 2007)
New Revision: 26126
Added:
moonbase/trunk/graphics/freetype1/BUILD.x86_64
Log:
Bring in the sytem config.sub so it will build
on x86_64.
Added: moonbase/trunk/graphics/freetype1/BUILD.x86_64
===================================================================
--- moonbase/trunk/graphics/freetype1/BUILD.x86_64 (rev 0)
+++ moonbase/trunk/graphics/freetype1/BUILD.x86_64 2007-10-08 18:28:30 UTC (rev 26126)
@@ -0,0 +1,12 @@
+(
+
+ cp /usr/share/automake/config.sub $SOURCE_DIRECTORY &&
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ export CC="gcc" &&
+ ./configure --prefix=/usr \
+ --enable-static &&
+ make &&
+ prepare_install &&
+ make install
+
+) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list