aboutsummaryrefslogtreecommitdiff
path: root/games/bsdgames/files/patch-rogue_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/bsdgames/files/patch-rogue_Makefile')
-rw-r--r--games/bsdgames/files/patch-rogue_Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/bsdgames/files/patch-rogue_Makefile b/games/bsdgames/files/patch-rogue_Makefile
deleted file mode 100644
index 3a819d26158f..000000000000
--- a/games/bsdgames/files/patch-rogue_Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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