aboutsummaryrefslogtreecommitdiff
path: root/devel/glib12/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 /devel/glib12/files
parent3d88d9a5d551f6b03f01d17b29c8110bcfa36eb7 (diff)
downloadports-7249aa0a130f5d8b003c708b91dd13d35126d179.tar.gz
ports-7249aa0a130f5d8b003c708b91dd13d35126d179.zip
Notes
Diffstat (limited to 'devel/glib12/files')
-rw-r--r--devel/glib12/files/patch-glib.m411
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/glib12/files/patch-glib.m4 b/devel/glib12/files/patch-glib.m4
new file mode 100644
index 000000000000..08093b5c9e79
--- /dev/null
+++ b/devel/glib12/files/patch-glib.m4
@@ -0,0 +1,11 @@
+--- glib.m4.orig
++++ glib.m4
+@@ -5,7 +5,7 @@
+ dnl Test for GLIB, and define GLIB_CFLAGS and GLIB_LIBS, if "gmodule" or
+ dnl gthread is specified in MODULES, pass to glib-config
+ dnl
+-AC_DEFUN(AM_PATH_GLIB,
++AC_DEFUN([AM_PATH_GLIB],
+ [dnl
+ dnl Get the cflags and libraries from the glib-config script
+ dnl