SOURCES: fudgefont-paths.patch (NEW) - fix paths

lisu lisu at pld-linux.org
Tue Aug 14 20:51:18 CEST 2007


Author: lisu                         Date: Tue Aug 14 18:51:18 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix paths

---- Files affected:
SOURCES:
   fudgefont-paths.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/fudgefont-paths.patch
diff -u /dev/null SOURCES/fudgefont-paths.patch:1.1
--- /dev/null	Tue Aug 14 20:51:18 2007
+++ SOURCES/fudgefont-paths.patch	Tue Aug 14 20:51:13 2007
@@ -0,0 +1,15 @@
+--- fudgefont-1.2-src/SConstruct~	2007-01-24 19:04:15.000000000 +0100
++++ fudgefont-1.2-src/SConstruct	2007-08-13 11:58:21.000000000 +0200
+@@ -59,9 +59,9 @@
+             LIBS.extend(["agl", "GL", "GLU"])
+     env.ParseConfig("freetype-config --libs")
+     if static: env.Append(CCFLAGS = ["-DALLEGRO_STATICLINK"])
+-    CPPPATH.append("/usr/local/include/freetype2")
+-    LIBDIR = "/usr/local/lib"
+-    INCLUDEDIR = "/usr/local/include"
++    CPPPATH.append("/usr/include/freetype2")
++    LIBDIR = "/usr/lib"
++    INCLUDEDIR = "/usr/include"
+ 
+     library = env.SharedLibrary(libname, BUILD + "/fudgefont.c")
+ else:
================================================================


More information about the pld-cvs-commit mailing list