mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
c61d65a849
- Clean up the imlib2-config script installed. - Take over maintainer-ship. PR: 22629 Submitted by: Jeremy Norris <ishmael27@home.com>
12 lines
336 B
Plaintext
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@
|
|
;;
|
|
*)
|