summaryrefslogtreecommitdiff
path: root/games/tetrinet/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'games/tetrinet/files/patch-ad')
-rw-r--r--games/tetrinet/files/patch-ad15
1 files changed, 8 insertions, 7 deletions
diff --git a/games/tetrinet/files/patch-ad b/games/tetrinet/files/patch-ad
index a2183a93382d..7f5434c6945d 100644
--- a/games/tetrinet/files/patch-ad
+++ b/games/tetrinet/files/patch-ad
@@ -1,10 +1,11 @@
---- Makefile.orig Sat May 4 14:47:40 2002
-+++ Makefile Sat May 4 14:47:50 2002
-@@ -1,5 +1,5 @@
+--- Makefile.orig Wed Jan 7 19:04:45 2004
++++ Makefile Wed Jan 7 19:43:15 2004
+@@ -1,6 +1,6 @@
-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
+-CFLAGS = -O2 -I/usr/include/ncurses -DHAVE_IPV6 -g -Wall
++CFLAGS += -DHAVE_IPV6 -g -Wall
+ OBJS = sockets.o tetrinet.o tetris.o tty.o
+ ### no xwin.o, because it isn't done yet
+ # OBJS = sockets.o tetrinet.o tetris.o tty.o xwin.o