1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00

Avoid hardcoded -lgtk/-lglib in gtkextra-config.

This commit is contained in:
Maxim Sobolev 2000-08-29 09:00:38 +00:00
parent 31fb70c70d
commit 94049ca7ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32092
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- gtkextra-config.in 2000/08/29 08:25:13 1.1
+++ gtkextra-config.in 2000/08/29 08:26:26
@@ -86,7 +86,7 @@
if test "$echo_libs" = "yes"; then
libdirs=-L@libdir@
- echo $libdirs -lgtk -lgdk -lgtkextra -lglib -lm
+ echo @GTK_LIBS@ $libdirs -lgtkextra -lm
fi

View File

@ -0,0 +1,11 @@
--- gtkextra-config.in 2000/08/29 08:25:13 1.1
+++ gtkextra-config.in 2000/08/29 08:26:26
@@ -86,7 +86,7 @@
if test "$echo_libs" = "yes"; then
libdirs=-L@libdir@
- echo $libdirs -lgtk -lgdk -lgtkextra -lglib -lm
+ echo @GTK_LIBS@ $libdirs -lgtkextra -lm
fi