diff options
Diffstat (limited to 'games/Phalanx/patches/defines.patch')
-rw-r--r-- | games/Phalanx/patches/defines.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/games/Phalanx/patches/defines.patch b/games/Phalanx/patches/defines.patch new file mode 100644 index 0000000000000..ab43807b5d703 --- /dev/null +++ b/games/Phalanx/patches/defines.patch @@ -0,0 +1,20 @@ +--- makefile.orig 2005-10-03 00:46:56.000000000 +0200 ++++ makefile 2009-01-10 20:57:03.000000000 +0100 +@@ -19,7 +19,16 @@ + ### -DLEARN_DIR=\"/var/local/lib\" + ### -DQCAPSONLY + +-DEFINES = -DGNUFUN ++DEFINES = -DGNUFUN \ ++-DPBOOK_FILE=\"pbook.phalanx\" \ ++-DSBOOK_FILE=\"sbook.phalanx\" \ ++-DPBOOK_DIR=\"/usr/share/games/phalanx\" \ ++-DSBOOK_DIR=\"/usr/share/games/phalanx\" \ ++-DLEARN_DIR=\"/var/games/phalanx\" \ ++-DLEARN_FILE=\"learn.phalanx\" \ ++-DECO_FILE=\"eco.phalanx\" \ ++-DECO_DIR=\"/usr/share/games/phalanx\" ++ + LDFLAGS = + + OBJ = .o/phalanx.o .o/bcreate.o .o/search.o .o/io.o .o/data.o \ |