aboutsummaryrefslogtreecommitdiffstats
path: root/devel/glib12
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2009-09-17 06:17:00 +0800
committernaddy <naddy@FreeBSD.org>2009-09-17 06:17:00 +0800
commit0f347ca19cbe6d6b5a521813b346e5dbff4417df (patch)
tree6d82b2b6f2f1825017e3e6b9c0b3e483cc5e60a1 /devel/glib12
parent6b9a32f33aac7b95d1c9546aee462afdeb91a3f7 (diff)
downloadfreebsd-ports-gnome-0f347ca19cbe6d6b5a521813b346e5dbff4417df.tar.gz
freebsd-ports-gnome-0f347ca19cbe6d6b5a521813b346e5dbff4417df.tar.zst
freebsd-ports-gnome-0f347ca19cbe6d6b5a521813b346e5dbff4417df.zip
Quote first argument to AC_DEFUN() to shut up aclocal warning.
Feature safe: yes
Diffstat (limited to 'devel/glib12')
-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