summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-11-19 00:17:06 +0000
committertron <tron@pkgsrc.org>1999-11-19 00:17:06 +0000
commit33c635389603b28b3a0642eeb488d4e7979b7e1b (patch)
treea44253b2342c476cfefcbeb413ebe86c02747da2 /x11
parent3f36cb0c457c8ad8672fe42d53daab7ba522c561 (diff)
downloadpkgsrc-33c635389603b28b3a0642eeb488d4e7979b7e1b.tar.gz
Patch GNOME libraries so that high score files go to "/var/games" and
not to "/var/gnome/games".
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-libs/files/patch-sum3
-rw-r--r--x11/gnome-libs/patches/patch-an11
2 files changed, 13 insertions, 1 deletions
diff --git a/x11/gnome-libs/files/patch-sum b/x11/gnome-libs/files/patch-sum
index f467b177159..55e35fe8a41 100644
--- a/x11/gnome-libs/files/patch-sum
+++ b/x11/gnome-libs/files/patch-sum
@@ -1,4 +1,4 @@
-$NetBSD: patch-sum,v 1.7 1999/11/15 18:47:56 rh Exp $
+$NetBSD: patch-sum,v 1.8 1999/11/19 00:17:06 tron Exp $
MD5 (patch-aa) = 297c1d95ea741c6ab965bdde59827d1f
MD5 (patch-ab) = 911491cf3e32ffa67008d8d617f24a08
@@ -13,3 +13,4 @@ MD5 (patch-aj) = cb5dff8072ddfb84268ddf77453622e4
MD5 (patch-ak) = aef962961191617c236950a2e60a289b
MD5 (patch-al) = c3b644c6ec492fa08a0f57a203688e8e
MD5 (patch-am) = 9080526528d73e464b2edf0ebcea5e5b
+MD5 (patch-an) = dee75a547a668dcb253b23588c7720e1
diff --git a/x11/gnome-libs/patches/patch-an b/x11/gnome-libs/patches/patch-an
new file mode 100644
index 00000000000..4f81ea13fca
--- /dev/null
+++ b/x11/gnome-libs/patches/patch-an
@@ -0,0 +1,11 @@
+--- libgnome/gnome-score..orig Thu Aug 19 21:35:44 1999
++++ libgnome/gnome-score.c Fri Nov 19 01:04:44 1999
+@@ -26,7 +26,7 @@
+ #define NSCORES 10
+ #endif
+
+-#define SCORE_PATH GNOMELOCALSTATEDIR "/games"
++#define SCORE_PATH "/var/games"
+
+ struct command
+ {