From 6d09adc4616ec433abdb979d20bb24f57ef41610 Mon Sep 17 00:00:00 2001 From: Christoph Robitschko Date: Fri, 8 Oct 1993 17:31:15 +0000 Subject: [PATCH] Added -fwritable-strings to the CFLAGS. Otherwise larn would coredump whenever using an object. --- games/larn/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/larn/Makefile b/games/larn/Makefile index 07435d5d0c..1f2d5a4946 100644 --- a/games/larn/Makefile +++ b/games/larn/Makefile @@ -53,7 +53,7 @@ PROG= larn MAN6= larn.6 -CFLAGS+=-DBSD -DVER=12 -DSUBVER=0 -DNONAP +CFLAGS+=-DBSD -DVER=12 -DSUBVER=0 -DNONAP -fwritable-strings SRCS= main.c object.c create.c tok.c display.c global.c data.c io.c \ monster.c store.c diag.c help.c config.c nap.c bill.c scores.c \ signal.c moreobj.c movem.c regen.c fortune.c savelev.c -- 2.20.1