freebsd-ports/graphics/imlib2-tmp/files/patch-aa
Kevin Lo c61d65a849 - Change MASTER_SITES to MASTER_SITE_SOURCEFORGE.
- Clean up the imlib2-config script installed.
- Take over maintainer-ship.

PR: 22629
Submitted by: Jeremy Norris <ishmael27@home.com>
2000-11-07 14:32:57 +00:00

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@
;;
*)