remove dragonflybsd specific logic since pkg-config works perfectly fine now
This commit is contained in:
parent
6df7086f3a
commit
eca53db2bf
|
@ -53,10 +53,6 @@ else ifeq ($(os),FreeBSD)
|
|||
LDFLAGS += -L/usr/local/lib
|
||||
else ifeq ($(os),Haiku)
|
||||
LIBS += -lncursesw -lnetwork -lbe
|
||||
else ifeq ($(os),DragonFly)
|
||||
LIBS += -lncursesw
|
||||
CPPFLAGS += -I/usr/local/include
|
||||
LDFLAGS += -L/usr/local/lib
|
||||
else ifneq (,$(findstring CYGWIN,$(os)))
|
||||
CPPFLAGS += -D_XOPEN_SOURCE=700
|
||||
LIBS += -lncursesw -ldbghelp
|
||||
|
|
Loading…
Reference in New Issue
Block a user