aboutsummaryrefslogtreecommitdiff
path: root/graphics/imlib2/files/patch-aa
blob: 7a8b2a5a55a0b7d759f9ee1d9fe89a1f4f364e25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- imlib2-config.in.orig	Tue Aug 22 16:38:40 2000
+++ imlib2-config.in	Sun Oct 29 21:38:09 2000
@@ -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@
       ;;
     *)