net-analyzer/bwm-ng: Clean up patch.
authorJeroen Roovers <jer@gentoo.org>
Sat, 28 Jan 2017 13:45:12 +0000 (14:45 +0100)
committerJeroen Roovers <jer@gentoo.org>
Sat, 28 Jan 2017 13:54:31 +0000 (14:54 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

net-analyzer/bwm-ng/files/bwm-ng-0.6.1-fix-buildsystem.patch

index 5e1b2274963758c0ea66f1071de89bea1df4d185..9b5f23c2cef0bd5cfa4cf2d380cf9ef7dd2d015e 100644 (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