diff options
Diffstat (limited to 'graphics/imlib2/files/patch-aa')
-rw-r--r-- | graphics/imlib2/files/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/imlib2/files/patch-aa b/graphics/imlib2/files/patch-aa index 7a8b2a5a55a0..0a1f4f63e5e1 100644 --- a/graphics/imlib2/files/patch-aa +++ b/graphics/imlib2/files/patch-aa @@ -1,11 +1,11 @@ ---- imlib2-config.in.orig Tue Aug 22 16:38:40 2000 -+++ imlib2-config.in Sun Oct 29 21:38:09 2000 +--- imlib2-config.in.orig Sun Jul 20 15:10:43 2003 ++++ imlib2-config.in Mon Dec 8 04:30:33 2003 @@ -45,7 +45,7 @@ echo $includes @x_cflags@ ;; --libs) - libdirs=-L@libdir@ -+ libdirs="-L@libdir@ -L@localbase@/lib" - echo $libdirs -lImlib2 -lttf -lm @dlopen_libs@ @x_ldflags@ @x_libs@ ++ libdirs=-L@libdir@ -L@localbase@/lib + echo $libdirs -lImlib2 @freetype_libs@ -lm @dlopen_libs@ @x_ldflags@ @x_libs@ ;; *) |