diff options
Diffstat (limited to 'games/freebsd-games/files/patch-larn::Makefile')
-rw-r--r-- | games/freebsd-games/files/patch-larn::Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/freebsd-games/files/patch-larn::Makefile b/games/freebsd-games/files/patch-larn::Makefile new file mode 100644 index 000000000000..3c32855f4720 --- /dev/null +++ b/games/freebsd-games/files/patch-larn::Makefile @@ -0,0 +1,11 @@ +--- larn/Makefile.orig Sat Jul 26 00:06:00 2003 ++++ larn/Makefile Sat Jul 26 00:06:22 2003 +@@ -54,7 +54,7 @@ + + PROG= larn + MAN= larn.6 +-CFLAGS+=-DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE -fwritable-strings ++CFLAGS+=-DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE -fwritable-strings -DNOVARARGS + 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 |