summaryrefslogtreecommitdiff
path: root/x11/gnome-libs/patches/patch-ac
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2001-09-30 21:14:34 +0000
committerrh <rh@pkgsrc.org>2001-09-30 21:14:34 +0000
commit3c9878b2ca4e8628678619c218ec04d1ea19b847 (patch)
treeaf7c056466284329b7c5be3825d7fabf02f1bca5 /x11/gnome-libs/patches/patch-ac
parent6f9a41c49eb6f6646f52003f98057a099b4ea572 (diff)
downloadpkgsrc-3c9878b2ca4e8628678619c218ec04d1ea19b847.tar.gz
Update gnome-libs to 1.4.1.2.
Changes include: * portability fixes * fix stuck grabs with dnd on the canvas * fix bad memory corrupting bugs that should fix most theme related crashes reported earlier * i18n fixes * memory leak fixes * gnome-calculator can expand buttons vertically * build fixes * developer documentation for libart_lgpl * fix crashes and memory problems in libart_lgpl
Diffstat (limited to 'x11/gnome-libs/patches/patch-ac')
-rw-r--r--x11/gnome-libs/patches/patch-ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/gnome-libs/patches/patch-ac b/x11/gnome-libs/patches/patch-ac
index edb08a957a7..bfd64352d7a 100644
--- a/x11/gnome-libs/patches/patch-ac
+++ b/x11/gnome-libs/patches/patch-ac
@@ -1,12 +1,12 @@
-$NetBSD: patch-ac,v 1.8 2000/10/17 23:57:45 jlam Exp $
+$NetBSD: patch-ac,v 1.9 2001/09/30 21:14:34 rh Exp $
---- gnome-data/Makefile.in.orig Thu Oct 12 23:04:15 2000
+--- gnome-data/Makefile.in.orig Wed Aug 22 00:16:56 2001
+++ gnome-data/Makefile.in
@@ -156,7 +156,7 @@
EXTRA_DIST = gnome.soundlist gtk-events.soundlist mime-magic gnome.mime paper.config type.convert postscript.convert gnome-make-postscript-mimes
--scoredir = $(DESTDIR)$(localstatedir)/games
+-scoredir = $(localstatedir)/games
+scoredir = /var/games
sysconf_DATA = paper.config mime-magic
@@ -16,9 +16,9 @@ $NetBSD: patch-ac,v 1.8 2000/10/17 23:57:45 jlam Exp $
install-data-local:
- $(mkinstalldirs) $(DESTDIR)$(scoredir)
-- -chgrp $(GAMES_GROUP) $(scoredir) && chmod g=rwXs $(DESTDIR)$(scoredir)
+- -chgrp $(GAMES_GROUP) $(DESTDIR)$(scoredir) && chmod g=rwXs $(DESTDIR)$(scoredir)
+# $(mkinstalldirs) $(DESTDIR)$(scoredir)
-+# -chgrp $(GAMES_GROUP) $(scoredir) && chmod g=rwXs $(DESTDIR)$(scoredir)
++# -chgrp $(GAMES_GROUP) $(DESTDIR)$(scoredir) && chmod g=rwXs $(DESTDIR)$(scoredir)
$(top_builddir)/libgnome/gnome-gen-mimedb $(DESTDIR)$(sysconfdir)/mime-magic
# Tell versions [3.59,3.63) of GNU make to not export all variables.