mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
0ee70b01f8
without it, ports (like astro/xplanet) that only require X-related stuff will fail (since they will only put -L${X11BASE}/lib in the linker command line).
12 lines
294 B
Plaintext
12 lines
294 B
Plaintext
--- ./imlib-config.in.org Thu Aug 26 08:09:25 1999
|
|
+++ ./imlib-config.in Fri Mar 3 11:08:41 2000
|
|
@@ -3,7 +3,7 @@
|
|
# Shamelessly ripped form gtk's gtk-config.in
|
|
#
|
|
|
|
-gx_libs="@SUPPORT_LIBS@"
|
|
+gx_libs="-L%%LOCALBASE%%/lib @SUPPORT_LIBS@"
|
|
gdk_gx_libs=" @GDK_SUPPORT_LIBS@"
|
|
gdk_libs="@LIBS@"
|
|
|