aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/glib12/Makefile2
-rw-r--r--devel/glib12/files/patch-glib.m411
2 files changed, 12 insertions, 1 deletions
diff --git a/devel/glib12/Makefile b/devel/glib12/Makefile
index 5d166bc00a86..9aa4482d3cdc 100644
--- a/devel/glib12/Makefile
+++ b/devel/glib12/Makefile
@@ -7,7 +7,7 @@
PORTNAME= glib
PORTVERSION= 1.2.10
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= devel
MASTER_SITES= GNOME
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