summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-01-28 14:45:12 +0100
committerJeroen Roovers <jer@gentoo.org>2017-01-28 14:54:31 +0100
commit8752251ff5b646eb2803e300e504e036146ebeb6 (patch)
tree6371f9c142e4f2c6d43d3f2163ba470e1f9509e9 /net-analyzer/bwm-ng/files
parentmedia-gfx/blender: Fix install phase when using ninja (diff)
downloadgentoo-8752251ff5b646eb2803e300e504e036146ebeb6.tar.gz
gentoo-8752251ff5b646eb2803e300e504e036146ebeb6.tar.bz2
gentoo-8752251ff5b646eb2803e300e504e036146ebeb6.zip
net-analyzer/bwm-ng: Clean up patch.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-analyzer/bwm-ng/files')
-rw-r--r--net-analyzer/bwm-ng/files/bwm-ng-0.6.1-fix-buildsystem.patch12
1 files 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 5e1b22749637..9b5f23c2cef0 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],[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