freebsd-ports/games/bsdgames/files/patch-rogue_Makefile
2007-05-28 08:28:46 +00:00

11 lines
379 B
Text

--- rogue/Makefile.orig Sun May 27 21:36:53 2007
+++ rogue/Makefile Sun May 27 21:40:48 2007
@@ -2,7 +2,7 @@
# $FreeBSD$
PROG= rogue
-CFLAGS+=-DUNIX -fwritable-strings
+CFLAGS+=-DUNIX
SRCS= hit.c init.c inventory.c level.c machdep.c main.c \
message.c monster.c move.c object.c pack.c play.c random.c ring.c \
room.c save.c score.c spec_hit.c throw.c trap.c use.c zap.c