summaryrefslogtreecommitdiff
path: root/games/slashem-tty/files/patch-makefile.src
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-19 18:34:37 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-19 18:34:37 +0000
commit3dc4cfe73b9a79bdc89dcecce3413d29937c8e34 (patch)
treecd07d1ac74b3e30498a8fddde2c7252bfc042574 /games/slashem-tty/files/patch-makefile.src
parentadd imapd.conf to pkg-plist (diff)
add slashem-tty
A dungeon explorin', slashin', hackin' game PR: 26754 Submitted by: Adam Kranzel <adam@alameda.edu>
Notes
Notes: svn path=/head/; revision=42745
Diffstat (limited to 'games/slashem-tty/files/patch-makefile.src')
-rw-r--r--games/slashem-tty/files/patch-makefile.src22
1 files changed, 22 insertions, 0 deletions
diff --git a/games/slashem-tty/files/patch-makefile.src b/games/slashem-tty/files/patch-makefile.src
new file mode 100644
index 000000000000..b9045b58a06f
--- /dev/null
+++ b/games/slashem-tty/files/patch-makefile.src
@@ -0,0 +1,22 @@
+--- sys/unix/Makefile.src.good Thu Nov 23 00:24:58 2000
++++ sys/unix/Makefile.src Thu Nov 23 00:26:13 2000
+@@ -144,8 +144,8 @@
+ # flags for debugging:
+ # CFLAGS = -g -I../include
+
+-CFLAGS = -O -I../include
+-LFLAGS =
++CFLAGS += -O -I../include -I${PREFIX}/include
++LFLAGS = -L${PREFIX}/lib
+
+ # QT windowing system
+ # SuSE 6.1
+@@ -322,7 +322,7 @@
+ LIBS =
+
+ # make NetHack
+-GAME = slashem
++GAME = slashem-tty
+ # GAME = slashem.prg
+
+ # if you defined RANDOM in unixconf.h/tosconf.h since your system did not come