summaryrefslogtreecommitdiff
path: root/games/freeciv/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'games/freeciv/patches/patch-aa')
-rw-r--r--games/freeciv/patches/patch-aa20
1 files changed, 12 insertions, 8 deletions
diff --git a/games/freeciv/patches/patch-aa b/games/freeciv/patches/patch-aa
index 18dd42be104..17d44a6a8d2 100644
--- a/games/freeciv/patches/patch-aa
+++ b/games/freeciv/patches/patch-aa
@@ -1,9 +1,13 @@
-$NetBSD: patch-aa,v 1.2 1998/08/07 10:40:40 agc Exp $
+$NetBSD: patch-aa,v 1.3 1998/12/26 21:33:33 frueauf Exp $
---- client/climisc.c.orig Thu Jun 11 22:16:11 1998
-+++ client/climisc.c Thu Jun 11 22:16:56 1998
-@@ -46,3 +46,3 @@
- } else {
-- datadir = "data"; /* correct if not 'data' is the default */
-+ datadir = "@X11BASE@/share/freeciv/data"; /* correct if not 'data' is the default */
- };
+--- client/climisc.c.orig Thu Dec 3 11:48:49 1998
++++ client/climisc.c Sat Dec 26 22:10:54 1998
+@@ -33,7 +33,7 @@
+ #include <chatline.h>
+
+ #ifndef FREECIV_DATADIR
+-#define FREECIV_DATADIR "data"
++#define FREECIV_DATADIR "@X11BASE@/share/freeciv/data"
+ #endif
+
+