summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk12/files/patch-gtk-config.in
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 16:36:06 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 16:36:06 +0000
commit0ce9c970cf1f04781b118a59f97f3eb1664b66e8 (patch)
treef7a394b0aac405fa51a73c089493e2d03e9df09a /x11-toolkits/gtk12/files/patch-gtk-config.in
parent- Fix the implicit requirement lines of the pkg-config files to use libav's (diff)
Rename x11-*/ patch-xy patches to reflect the files they modify.
Finally, this is the last of it.
Notes
Notes: svn path=/head/; revision=363358
Diffstat (limited to 'x11-toolkits/gtk12/files/patch-gtk-config.in')
-rw-r--r--x11-toolkits/gtk12/files/patch-gtk-config.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-toolkits/gtk12/files/patch-gtk-config.in b/x11-toolkits/gtk12/files/patch-gtk-config.in
new file mode 100644
index 000000000000..5ef60b088b4d
--- /dev/null
+++ b/x11-toolkits/gtk12/files/patch-gtk-config.in
@@ -0,0 +1,19 @@
+--- 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
+