SOURCES: fudgefont-paths.patch - outdated

lisu lisu at pld-linux.org
Tue Dec 23 15:45:56 CET 2008


Author: lisu                         Date: Tue Dec 23 14:45:56 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- outdated

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

---- Diffs:

================================================================
Index: SOURCES/fudgefont-paths.patch
diff -u SOURCES/fudgefont-paths.patch:1.1 SOURCES/fudgefont-paths.patch:1.2
--- SOURCES/fudgefont-paths.patch:1.1	Tue Aug 14 20:51:13 2007
+++ SOURCES/fudgefont-paths.patch	Tue Dec 23 15:45:50 2008
@@ -1,15 +1,13 @@
---- 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"])
+--- fudgefont-1.4-src/SConstruct~	2008-12-23 15:16:24.000000000 +0100
++++ fudgefont-1.4-src/SConstruct	2008-12-23 15:17:35.000000000 +0100
+@@ -68,8 +68,8 @@
      env.ParseConfig("freetype-config --libs")
      if static: env.Append(CCFLAGS = ["-DALLEGRO_STATICLINK"])
--    CPPPATH.append("/usr/local/include/freetype2")
+     CPPPATH.append("/usr/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:
+     library = env.SharedLibrary(libname,
+         [BUILD + "/fudgefont.c",
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/fudgefont-paths.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list