1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/graphics/imlib2/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

12 lines
336 B
Plaintext

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