[Lunar-commits] CVS: moonbase/graphics/SDL_ttf BUILD,1.1,1.2
Florin Braescu
florin at lunar-linux.org
Fri Apr 23 18:54:11 GMT 2004
Update of /var/cvs/lunar/moonbase/graphics/SDL_ttf
In directory dbguin.lunar-linux.org:/tmp/cvs-serv6108
Modified Files:
BUILD
Log Message:
fix a compile bug related to the new freetype2 version.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/SDL_ttf/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 30 Jan 2003 21:57:13 -0000 1.1
+++ BUILD 23 Apr 2004 18:54:09 -0000 1.2
@@ -1,13 +1,11 @@
(
-
unset CFLAGS
+ sedit "s:freetype/freetype.h>:ft2build.h>\n#include FT_FREETYPE_H:" SDL_ttf.c &&
./configure --build=$BUILD \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
$OPTS &&
- make &&
- prepare_install &&
- make install
+ default_make
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list