summaryrefslogtreecommitdiff
path: root/net-wireless/horst/files/horst-5.1-tinfo.patch
blob: 059158e58cfc9db8c507ff91f181a91728371445 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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)