Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nbwmon/files: nbwmon-0.3.2-tinfo.patch
Date: Thu, 04 Sep 2014 19:16:34
Message-Id: 20140904191630.2FA824B8E@oystercatcher.gentoo.org
1 jer 14/09/04 19:16:30
2
3 Added: nbwmon-0.3.2-tinfo.patch
4 Log:
5 Initial commit (bug #520822 by Ari Malinen).
6
7 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.1 net-analyzer/nbwmon/files/nbwmon-0.3.2-tinfo.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/files/nbwmon-0.3.2-tinfo.patch?rev=1.1&view=markup
13 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
14
15 Index: nbwmon-0.3.2-tinfo.patch
16 ===================================================================
17 --- a/Makefile
18 +++ b/Makefile
19 @@ -1,4 +1,5 @@
20 -CFLAGS+=-std=c99 -pedantic -Wall -lncurses
21 +CFLAGS+=-std=c99 -pedantic -Wall
22 +LDLIBS= $(shell $(PKG_CONFIG) --libs ncurses)
23
24 BIN=nbwmon