1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/games/maelstrom/files/patch-ac
Matthew Hunt 9414530b46 Import of Maelstrom, a nifty Asteroids-like game. In its original
Macintosh form, it addicted a former roommate for the better part of
a semester.

PR:		6654
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-05-17 05:43:37 +00:00

10 lines
312 B
Plaintext

--- netlogic/Makefile.orig Sun May 17 01:28:58 1998
+++ netlogic/Makefile Sun May 17 01:29:05 1998
@@ -1,5 +1,5 @@
-CFLAGS = $(OPTIMIZE) -I.. $(INCLUDES) -DNETPLAY
+CFLAGS += $(OPTIMIZE) -I.. $(INCLUDES) -DNETPLAY
OBJS = about.o blit.o game.o logic.o make.o netplay.o object.o player.o
netlogic.o: $(OBJS)