forked from Lainports/opnsense-ports
13 lines
348 B
Text
13 lines
348 B
Text
--- Makefile.orig 2019-07-14 18:05:38 UTC
|
|
+++ Makefile
|
|
@@ -23,6 +23,10 @@ UNAME_S = $(shell uname -s)
|
|
ifeq ($(UNAME_S), Linux)
|
|
LDFLAGS += -ldl -lrt
|
|
endif
|
|
+ifeq ($(UNAME_S), FreeBSD)
|
|
+LIBS := $(filter-out ncursesw, $(LIBS))
|
|
+LDFLAGS += -lncursesw
|
|
+endif
|
|
ifeq ($(UNAME_S), OpenBSD)
|
|
LIBS := $(filter-out ncursesw, $(LIBS))
|
|
LDFLAGS += -lncursesw
|