1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-19 00:56:35 +02:00

Fix building on FreeBSD (courtesy of thierry-FreeBSD)

This commit is contained in:
Jfreegman
2015-11-12 05:04:37 -05:00
parent 05f5f16af3
commit ab99c1ac73
2 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
# Specials options for freebsd systems
LIBS := $(filter-out ncursesw, $(LIBS))
LDFLAGS += -lncursesw
LDFLAGS += -lncursesw -lcurl
MANDIR = $(PREFIX)/man