mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
11 lines
344 B
Text
11 lines
344 B
Text
--- imlib2-config.in.orig Sun Jul 20 15:10:43 2003
|
|
+++ imlib2-config.in Mon Dec 8 04:30:33 2003
|
|
@@ -45,7 +45,7 @@
|
|
echo $includes @x_cflags@
|
|
;;
|
|
--libs)
|
|
- libdirs=-L@libdir@
|
|
+ libdirs=-L@libdir@ -L@localbase@/lib
|
|
echo $libdirs -lImlib2 @freetype_libs@ -lm @dlopen_libs@ @x_ldflags@ @x_libs@
|
|
;;
|
|
*)
|