summaryrefslogtreecommitdiff
path: root/x11/gnome2-control-center/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome2-control-center/patches/patch-aa')
-rw-r--r--x11/gnome2-control-center/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/gnome2-control-center/patches/patch-aa b/x11/gnome2-control-center/patches/patch-aa
new file mode 100644
index 00000000000..d95dee8d882
--- /dev/null
+++ b/x11/gnome2-control-center/patches/patch-aa
@@ -0,0 +1,13 @@
+$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 \