diff options
author | frueauf <frueauf> | 1998-12-26 21:33:32 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-12-26 21:33:32 +0000 |
commit | 276777032978a0bd1cb3a16ba1d8e6a35ea188b5 (patch) | |
tree | 216faa32b379281d2765603debb02b686dee6f71 /games/freeciv/patches/patch-aa | |
parent | e89612d6beacb883f9f6e03ffcd1f585f20aac0e (diff) | |
download | pkgsrc-276777032978a0bd1cb3a16ba1d8e6a35ea188b5.tar.gz |
Update freeciv to 1.7.2.
This version contains numerous bug fixes and some new features, all in
all to much to list here.
Diffstat (limited to 'games/freeciv/patches/patch-aa')
-rw-r--r-- | games/freeciv/patches/patch-aa | 20 |
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 + + |