mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
805f53212b
PR: ports/110731 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Approved by: miwi (mentor)
11 lines
414 B
Plaintext
11 lines
414 B
Plaintext
Index: larn/Makefile
|
|
@@ -54,7 +54,7 @@
|
|
|
|
PROG= larn
|
|
MAN= larn.6
|
|
-CFLAGS+=-DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE -fwritable-strings -DNOVARARGS
|
|
+CFLAGS+=-DPOSIX -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE -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
|