jer         14/10/27 12:22:12

  Added:                bwmon-1.3-tinfo.patch
  Log:
  Fix building against sys-libs/ncurses[tinfo] (bug #527046).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.1                  net-analyzer/bwmon/files/bwmon-1.3-tinfo.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwmon/files/bwmon-1.3-tinfo.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwmon/files/bwmon-1.3-tinfo.patch?rev=1.1&content-type=text/plain

Index: bwmon-1.3-tinfo.patch
===================================================================
--- 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)




Reply via email to