jer 14/09/04 19:16:30 Added: nbwmon-0.3.2-tinfo.patch Log: Initial commit (bug #520822 by Ari Malinen). (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.1 net-analyzer/nbwmon/files/nbwmon-0.3.2-tinfo.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/files/nbwmon-0.3.2-tinfo.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/files/nbwmon-0.3.2-tinfo.patch?rev=1.1&content-type=text/plain Index: nbwmon-0.3.2-tinfo.patch =================================================================== --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ -CFLAGS+=-std=c99 -pedantic -Wall -lncurses +CFLAGS+=-std=c99 -pedantic -Wall +LDLIBS= $(shell $(PKG_CONFIG) --libs ncurses) BIN=nbwmon
