mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
12 lines
379 B
Plaintext
12 lines
379 B
Plaintext
--- 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
|