opnsense-ports/games/miscom/files/patch-Makefile
Franco Fichtner f57bcbc2d7 */*: sync with upstream
Taken from: FreeBSD
2016-01-31 10:01:16 +01:00

11 lines
312 B
Text

--- Makefile.orig 1997-03-15 21:37:42 UTC
+++ Makefile
@@ -41,7 +41,7 @@ LIBS=-lncurses
FILES=main.o draw.o wwn.o fire.o unix.o level.o sound.o
miscom: $(FILES)
- $(CC) $(CFLAGS) -o miscom $(FILES) $(LIBS)
+ $(CC) $(CFLAGS) -o miscom $(FILES) $(LDFLAGS) $(LIBS)
install:
install -m 511 miscom $(BINDIR)