diff options
author | Marco Pessotto <melmothx@gmail.com> | 2010-05-12 23:29:03 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:29:03 +0200 |
commit | 9b3543e49f8c69b8a71603647b28f9ca7d086dba (patch) | |
tree | a70332d74aa875eda5708ad449f7b022ec72809f /games/Phalanx/patches/defines.patch | |
parent | 2dd617e910c010884975a313dbfd4722907fbe7c (diff) |
games/Phalanx: Added to 12.2 repository
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 \ |