opnsense-ports/misc/ipbt/files/patch-Makefile
Franco Fichtner dc0ab26eb3 */*: sync with upstream
Taken from: HardenedBSD
2020-01-03 10:32:55 +01:00

17 lines
450 B
Text

--- Makefile.orig 2020-01-02 09:04:45 UTC
+++ Makefile
@@ -1,3 +1,5 @@
+NCURSES_LIB= -lncursesw
+
.c.o:
$(CC) $(CFLAGS) $(XFLAGS) -c $*.c
@@ -7,7 +9,7 @@ IPBT = be_none.o fromucs.o ipbt.o ldiscucs.o localenc.
wcwidth.o xenc.o
ipbt: $(IPBT)
- $(CC) $(LFLAGS) -o ipbt $(IPBT) -lm -lncursesw
+ $(CC) $(LFLAGS) -o ipbt $(IPBT) -lm $(NCURSES_LIB)
be_none.o: be_none.c putty.h puttyps.h unix.h charset.h network.h misc.h \
puttymem.h