aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk12/files
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2009-09-16 22:17:00 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2009-09-16 22:17:00 +0000
commit7249aa0a130f5d8b003c708b91dd13d35126d179 (patch)
treea51950e602c617c6e604ea08432339bcea346032 /x11-toolkits/gtk12/files
parent3d88d9a5d551f6b03f01d17b29c8110bcfa36eb7 (diff)
downloadports-7249aa0a130f5d8b003c708b91dd13d35126d179.tar.gz
ports-7249aa0a130f5d8b003c708b91dd13d35126d179.zip
Notes
Diffstat (limited to 'x11-toolkits/gtk12/files')
-rw-r--r--x11-toolkits/gtk12/files/patch-gtk.m411
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/gtk12/files/patch-gtk.m4 b/x11-toolkits/gtk12/files/patch-gtk.m4
new file mode 100644
index 000000000000..09782c0813a4
--- /dev/null
+++ b/x11-toolkits/gtk12/files/patch-gtk.m4
@@ -0,0 +1,11 @@
+--- gtk.m4.orig
++++ gtk.m4
+@@ -4,7 +4,7 @@
+ dnl AM_PATH_GTK([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
+ dnl Test for GTK, and define GTK_CFLAGS and GTK_LIBS
+ dnl
+-AC_DEFUN(AM_PATH_GTK,
++AC_DEFUN([AM_PATH_GTK],
+ [dnl
+ dnl Get the cflags and libraries from the gtk-config script
+ dnl