forked from Lainports/freebsd-ports
- Clean up the imlib2-config script installed. - Take over maintainer-ship. PR: 22629 Submitted by: Jeremy Norris <ishmael27@home.com>
11 lines
336 B
Text
11 lines
336 B
Text
--- 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@
|
|
;;
|
|
*)
|