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-analyzer/bwmon/files/bwmon-1.3-tinfo.patch

12 lines
242 B

--- a/src/Makefile
+++ b/src/Makefile
@@ -11,7 +11,7 @@
INSTALL = install
CFLAGS += -I../include -Wall -D__THREADS
-LIBS = -lpthread -lncurses
+LIBS = -lpthread $(shell ${PKG_CONFIG} --libs ncurses)
SRC = bwmon.c
OBJS = $(SRC:.c=.o)