freebsd-ports/games/miscom/files/patch-Makefile
2016-01-31 08:50:56 +00: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)