summaryrefslogtreecommitdiff
path: root/x11/gnome2-control-center/patches
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-02-18 20:52:05 +0000
committerjmmv <jmmv>2003-02-18 20:52:05 +0000
commitfb31cbbdf67256609487aa42bdda09af4fc242ee (patch)
treef8ed18fedc9cb105c3e863d8c59e303086d28fdd /x11/gnome2-control-center/patches
parentdd81b78cb687a77c897d560eda52bceee009cdd9 (diff)
downloadpkgsrc-fb31cbbdf67256609487aa42bdda09af4fc242ee.tar.gz
GConf2's buildlink2.mk now creates a gconftool-2 wrapper which prevents the
configuration database from beeing modified by packages that do not honour the --disable-schemas-install option. There is no need to patch these broken packages any more. Okay'ed by wiz.
Diffstat (limited to 'x11/gnome2-control-center/patches')
-rw-r--r--x11/gnome2-control-center/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11/gnome2-control-center/patches/patch-aa b/x11/gnome2-control-center/patches/patch-aa
deleted file mode 100644
index d95dee8d882..00000000000
--- a/x11/gnome2-control-center/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2003/02/14 21:03:41 jmmv Exp $
-
---- schemas/Makefile.in.orig 2003-02-14 15:11:06.000000000 +0100
-+++ schemas/Makefile.in
-@@ -280,7 +280,7 @@ maintainer-clean
-
- # don't do this if we are building in eg. rpm
- install-data-local:
-- if test -z "$(DESTDIR)" ; then \
-+ if false; then \
- for p in $(schema_DATA) ; do \
- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p; \
- done \