diff options
author | garbled <garbled@pkgsrc.org> | 1998-10-13 00:37:33 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-10-13 00:37:33 +0000 |
commit | d1420ff224f5f157e63b73450b90a7f5120f94d8 (patch) | |
tree | 9fc3522556c95176fbe7e36cb3a125508fc9dcbc /games/craft/patches/patch-ac | |
parent | 395d89a575912f7829305d3a19a498d9bcc990a6 (diff) | |
download | pkgsrc-d1420ff224f5f157e63b73450b90a7f5120f94d8.tar.gz |
Initial import of craft-3.5
a Warcraft-like game for X11
Diffstat (limited to 'games/craft/patches/patch-ac')
-rw-r--r-- | games/craft/patches/patch-ac | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/games/craft/patches/patch-ac b/games/craft/patches/patch-ac new file mode 100644 index 00000000000..ff39d866216 --- /dev/null +++ b/games/craft/patches/patch-ac @@ -0,0 +1,16 @@ +$NetBSD: patch-ac,v 1.1.1.1 1998/10/13 00:37:33 garbled Exp $ +--- craft_def.h.orig Fri Feb 21 04:49:57 1997 ++++ craft_def.h Thu Sep 24 09:19:35 1998 +@@ -17,9 +17,9 @@ + #define max_land_types 5000 + #define max_pics_per_player 6000 + +-#define pic_cata_name "hcraft/pic_cata_new" +-#define pic_names "hcraft/pic" +-#define info_name "hcraft/infos" ++#define pic_cata_name "@PREFIX@/share/craft/hcraft/pic_cata_new" ++#define pic_names "@PREFIX@/share/craft/hcraft/pic" ++#define info_name "@PREFIX@/share/craft/hcraft/infos" + + #define pic_dx 30 + #define pic_dy 30 |