summaryrefslogtreecommitdiff
path: root/devel/GConf/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'devel/GConf/patches/patch-ab')
-rw-r--r--devel/GConf/patches/patch-ab22
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/GConf/patches/patch-ab b/devel/GConf/patches/patch-ab
deleted file mode 100644
index 338751ab105..00000000000
--- a/devel/GConf/patches/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ab,v 1.7 2005/04/27 15:09:38 wiz Exp $
-
---- gconf.m4.in.orig 2001-09-26 23:36:08.000000000 +0200
-+++ gconf.m4.in
-@@ -1,7 +1,7 @@
- dnl AM_PATH_GCONF([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
- dnl Test for GCONF, and define GCONF_CFLAGS and GCONF_LIBS
- dnl
--AC_DEFUN(AM_PATH_GCONF,
-+AC_DEFUN([AM_PATH_GCONF],
- [dnl
- dnl Get the cflags and libraries from the gconf-config script
- dnl
-@@ -68,7 +68,7 @@ AC_ARG_ENABLE(gconftest, [ --disable-gc
- dnl AM_GCONF_SOURCE
- dnl Define GCONF_SCHEMA_CONFIG_SOURCE
- dnl
--AC_DEFUN(AM_GCONF_SOURCE,
-+AC_DEFUN([AM_GCONF_SOURCE],
- [
- if test "x$GCONF_SCHEMA_INSTALL_SOURCE" = "x"; then
- GCONF_SCHEMA_CONFIG_SOURCE=`gconftool --get-default-source`