aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtkextra
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-08-29 17:00:38 +0800
committersobomax <sobomax@FreeBSD.org>2000-08-29 17:00:38 +0800
commit97a7b3f77761e0b9870ee645eb19c94513ee7a86 (patch)
tree6a4dd0f413755d4717a96dc634ddc00799ff2c9b /x11-toolkits/gtkextra
parentd587ccd2c7df77581fccceb9a002b62b805ff294 (diff)
downloadfreebsd-ports-gnome-97a7b3f77761e0b9870ee645eb19c94513ee7a86.tar.gz
freebsd-ports-gnome-97a7b3f77761e0b9870ee645eb19c94513ee7a86.tar.zst
freebsd-ports-gnome-97a7b3f77761e0b9870ee645eb19c94513ee7a86.zip
Avoid hardcoded -lgtk/-lglib in gtkextra-config.
Diffstat (limited to 'x11-toolkits/gtkextra')
-rw-r--r--x11-toolkits/gtkextra/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/gtkextra/files/patch-ab b/x11-toolkits/gtkextra/files/patch-ab
new file mode 100644
index 000000000000..12426187d2e9
--- /dev/null
+++ b/x11-toolkits/gtkextra/files/patch-ab
@@ -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
+
+