diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-13 15:11:27 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-13 15:11:27 +0000 |
commit | 3ce0f2180809f6e79ba77264143a3d1b824a8d54 (patch) | |
tree | 20e1ada1d8086dd795eda0a0236243d21c6aaeba /x11-toolkits/gtk12/files/patch-gtk-config.in | |
parent | - Chase the recent sweep of port revision bumps (diff) |
devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
didn't conflict with early development versions of glib/gtk 2.0
Diffstat (limited to 'x11-toolkits/gtk12/files/patch-gtk-config.in')
-rw-r--r-- | x11-toolkits/gtk12/files/patch-gtk-config.in | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/x11-toolkits/gtk12/files/patch-gtk-config.in b/x11-toolkits/gtk12/files/patch-gtk-config.in deleted file mode 100644 index 5ef60b088b4d..000000000000 --- a/x11-toolkits/gtk12/files/patch-gtk-config.in +++ /dev/null @@ -1,19 +0,0 @@ ---- gtk-config.in.orig Sat Oct 21 18:20:40 2000 -+++ gtk-config.in Tue Mar 6 10:11:59 2001 -@@ -91,7 +91,7 @@ - fi - - if test "$echo_cflags" = "yes"; then -- echo -I@includedir@/gtk-1.2 $glib_cflags @x_cflags@ -+ echo -I@includedir@ $glib_cflags @x_cflags@ - fi - - if test "$echo_libs" = "yes"; then -@@ -107,6 +107,6 @@ - fi - done - -- echo $libdirs @x_ldflags@ -lgtk -lgdk $my_glib_libs @INTLLIBS@ @x_libs@ @GDK_WLIBS@ -lm -+ echo $libdirs @x_ldflags@ -lgtk-@LT_RELEASE@ -lgdk-@LT_RELEASE@ $my_glib_libs @INTLLIBS@ @x_libs@ @GDK_WLIBS@ -lm - fi - |