diff options
author | wiz <wiz> | 2000-12-16 01:30:10 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-16 01:30:10 +0000 |
commit | bc9ccaee85dca62a78b2b1da8ff0d71ea16a506b (patch) | |
tree | d6a636f609486ebbc7b200567ebf9fb09bee74d6 /games/xskat/patches | |
parent | 9bac759ab46099e3d6046cd53f55df0cae3df4cd (diff) | |
download | pkgsrc-bc9ccaee85dca62a78b2b1da8ff0d71ea16a506b.tar.gz |
Update to 3.4, provided by Jeff Rizzo in pkg/11564
Changes since 3.2: Ramsch variation, improved computer help & players,
german man page, improved IRC mode and some other changes.
Diffstat (limited to 'games/xskat/patches')
-rw-r--r-- | games/xskat/patches/patch-aa | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/games/xskat/patches/patch-aa b/games/xskat/patches/patch-aa index 56aa19e106d..2f3f082e004 100644 --- a/games/xskat/patches/patch-aa +++ b/games/xskat/patches/patch-aa @@ -1,15 +1,10 @@ -$NetBSD: patch-aa,v 1.1 2000/01/27 17:07:30 pooka Exp $ +$NetBSD: patch-aa,v 1.2 2000/12/16 01:30:13 wiz Exp $ ---- Imakefile.orig Sat May 29 22:35:59 1999 -+++ Imakefile Thu Jan 27 18:30:52 2000 -@@ -7,10 +7,10 @@ - Use it at your own risk; there is NO WARRANTY. - */ - --DEFL=-DDEFAULT_LANGUAGE=\"german\" --/*DEFL=-DDEFAULT_LANGUAGE=\"english\"*/ -+/*DEFL=-DDEFAULT_LANGUAGE=\"german\"*/ -+DEFL=-DDEFAULT_LANGUAGE=\"english\" +--- Imakefile.orig Sat Dec 16 02:24:30 2000 ++++ Imakefile +@@ -21,7 +21,7 @@ + /*DEFL=-DDEFAULT_LANGUAGE=\"german\"*/ + DEFL=-DDEFAULT_LANGUAGE=\"english\" -DEFI=-DDEFAULT_IRC_SERVER=\"irc.fu-berlin.de\" +DEFI=-DDEFAULT_IRC_SERVER=\"${IRC_SERVER}\" |