diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-29 09:00:38 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-29 09:00:38 +0000 |
commit | 94049ca7ea2210a6fea7b089129bc94ee2e91301 (patch) | |
tree | 9285142d6578e20a86a2d9af481effc6789c2b0d /x11-toolkits/gtkextra | |
parent | Exit with error status in ${portbuild}/status when an error occurs. (diff) |
Avoid hardcoded -lgtk/-lglib in gtkextra-config.
Notes
Notes:
svn path=/head/; revision=32092
Diffstat (limited to 'x11-toolkits/gtkextra')
-rw-r--r-- | x11-toolkits/gtkextra/files/patch-ab | 11 |
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 + + |