summaryrefslogtreecommitdiff
path: root/games/bsdgames/files/patch-rogue_Makefile
blob: 3a819d26158ffd77f94389d3bff2a06558666b10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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