summaryrefslogtreecommitdiff
path: root/games/tetrinet/files/patch-ad
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-05-04 21:49:04 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-05-04 21:49:04 +0000
commit9ae5ebd6412332a6e4fe7b65b95666a676d7bc13 (patch)
tree2a68acba852706e50e07402579e3c6894c17285f /games/tetrinet/files/patch-ad
parentUpdate to sim4-2002.03.03 to unbreak build. (diff)
Chase the checksum to tetrinet-0.7a; the author included two of our
patch files. Respect CC and CFLAGS. Noticed by: bento
Diffstat (limited to '')
-rw-r--r--games/tetrinet/files/patch-ad10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/tetrinet/files/patch-ad b/games/tetrinet/files/patch-ad
new file mode 100644
index 000000000000..a2183a93382d
--- /dev/null
+++ b/games/tetrinet/files/patch-ad
@@ -0,0 +1,10 @@
+--- Makefile.orig Sat May 4 14:47:40 2002
++++ Makefile Sat May 4 14:47:50 2002
+@@ -1,5 +1,5 @@
+-CC = cc
+-CFLAGS = -O2 -I/usr/include/ncurses
++CC ?= cc
++CFLAGS += -I/usr/include/ncurses
+
+ OBJS = server.o sockets.o tetrinet.o tetris.o tty.o xwin.o
+