1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/games/tetrinet/files/patch-ad
Kris Kennaway 9ae5ebd641 Chase the checksum to tetrinet-0.7a; the author included two of our
patch files.  Respect CC and CFLAGS.

Noticed by:	bento
2002-05-04 21:49:04 +00:00

11 lines
251 B
Plaintext

--- 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