You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-wireless/horst/files/horst-5.1-tinfo.patch

12 lines
263 B

--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@
radiotap/radiotap.o \
util.o \
wlan_util.o
-LIBS=-lncurses -lm
+LIBS=$(shell $(PKG_CONFIG) --libs ncurses ) -lm
CFLAGS+=-std=gnu99 -Wall -Wextra -g -I. -DVERSION=\"$(VERSION)\"
ifeq ($(OSX),1)