commit: 8752251ff5b646eb2803e300e504e036146ebeb6 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Sat Jan 28 13:45:12 2017 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Sat Jan 28 13:54:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8752251f
net-analyzer/bwm-ng: Clean up patch. Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-analyzer/bwm-ng/files/bwm-ng-0.6.1-fix-buildsystem.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/net-analyzer/bwm-ng/files/bwm-ng-0.6.1-fix-buildsystem.patch b/net-analyzer/bwm-ng/files/bwm-ng-0.6.1-fix-buildsystem.patch index 5e1b227..9b5f23c 100644 --- a/net-analyzer/bwm-ng/files/bwm-ng-0.6.1-fix-buildsystem.patch +++ b/net-analyzer/bwm-ng/files/bwm-ng-0.6.1-fix-buildsystem.patch @@ -2,8 +2,8 @@ * Fix ncurses underlinking caused by missing "-ltinfo" in $LIBS https://bugs.gentoo.org/show_bug.cgi?id=561718 ---- bwm-ng-0.6.1/configure.ac -+++ bwm-ng-0.6.1/configure.ac +--- a/configure.ac ++++ b/configure.ac @@ -3,7 +3,7 @@ AC_INIT([bwm-ng],[0.6.1],[[email protected]],[bwm-ng]) @@ -62,8 +62,8 @@ https://bugs.gentoo.org/show_bug.cgi?id=561718 AC_CHECK_FUNCS([wattron]) AC_CHECK_FUNCS([curs_set]) ---- bwm-ng-0.6.1/src/Makefile.am -+++ bwm-ng-0.6.1/src/Makefile.am +--- a/src/Makefile.am ++++ b/src/Makefile.am @@ -2,12 +2,10 @@ bin_PROGRAMS = bwm-ng @@ -80,8 +80,8 @@ https://bugs.gentoo.org/show_bug.cgi?id=561718 noinst_HEADERS = bwm-ng.h process.h output.h options.h help.h curses_tools.h types.h defines.h global_vars.h input/devstat.h input/libkstat.h input/netstat.h input/proc_net_dev.h input/sysctl.h input/ioservice.h input/libstatgrab.h input/proc_diskstats.h input/retrieve.h input/win32.h input/getifaddrs.h ---- bwm-ng-0.6.1/src/defines.h -+++ bwm-ng-0.6.1/src/defines.h +--- a/src/defines.h ++++ b/src/defines.h @@ -48,7 +48,7 @@ #define LIBSTATGRAB #endif
