summaryrefslogtreecommitdiff
path: root/games/tetrinet/files/patch-ad
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-01-07 09:00:34 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-01-07 09:00:34 +0000
commit1973250ee898ac5a4921af30b089b0847c4b3adb (patch)
tree295d3ee834f116f6cb2a495a9e3494f51a88be0e /games/tetrinet/files/patch-ad
parent- Update to version 0.4.3 (diff)
Update to version 0.11
Use PORTDICS Fix URLs Submitted by: edwin@mavetju.org
Notes
Notes: svn path=/head/; revision=97557
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