summaryrefslogtreecommitdiff
path: root/x11/gnome-libs/patches
diff options
context:
space:
mode:
authortron <tron>1999-11-19 00:17:06 +0000
committertron <tron>1999-11-19 00:17:06 +0000
commit38d39f79ab2da74c795490652c4515e080a948bd (patch)
treea44253b2342c476cfefcbeb413ebe86c02747da2 /x11/gnome-libs/patches
parent3344ba103b7017a3fb0b8cdc7d337f5d2b0b3284 (diff)
downloadpkgsrc-38d39f79ab2da74c795490652c4515e080a948bd.tar.gz
Patch GNOME libraries so that high score files go to "/var/games" and
not to "/var/gnome/games".
Diffstat (limited to 'x11/gnome-libs/patches')
-rw-r--r--x11/gnome-libs/patches/patch-an11
1 files changed, 11 insertions, 0 deletions
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
+ {