]> git.pld-linux.org Git - packages/fudgefont.git/commitdiff
- fix paths
authorlisu <lisu@pld-linux.org>
Tue, 14 Aug 2007 18:51:13 +0000 (18:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fudgefont-paths.patch -> 1.1

fudgefont-paths.patch [new file with mode: 0644]

diff --git a/fudgefont-paths.patch b/fudgefont-paths.patch
new file mode 100644 (file)
index 0000000..3c8d591
--- /dev/null
@@ -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:
This page took 0.066125 seconds and 4 git commands to generate.