remove dragonflybsd specific logic since pkg-config works perfectly fine now

This commit is contained in:
Stephen Hassard 2018-04-22 09:12:45 -07:00
parent 6df7086f3a
commit eca53db2bf

View File

@ -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