net-analyzer/bwm-ng: Clean up patch.

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
Jeroen Roovers
2017-01-28 14:45:12 +01:00
parent 614da1945a
commit 8752251ff5

View File

@@ -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],[bwmng@gropp.org],[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