diff options
author | Michael Weber <xmw@gentoo.org> | 2017-12-11 11:36:16 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-12-11 11:36:27 +0100 |
commit | d8bd45c4b449e49f6582153f721a208308b0ee1d (patch) | |
tree | 54925b2ff6ea25e374a9a8cbe636fc224352349d /sys-power/powertop | |
parent | net-libs/nodejs: Old. (diff) | |
download | gentoo-d8bd45c4b449e49f6582153f721a208308b0ee1d.tar.gz gentoo-d8bd45c4b449e49f6582153f721a208308b0ee1d.tar.bz2 gentoo-d8bd45c4b449e49f6582153f721a208308b0ee1d.zip |
sys-power/powertop: Remove unreferenced patch from FILESDIR.
Closes: https://github.com/gentoo/gentoo/pull/6475
Package-Manager: Portage-2.3.17, Repoman-2.3.6
Diffstat (limited to 'sys-power/powertop')
-rw-r--r-- | sys-power/powertop/files/powertop-2.4-tinfo.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-power/powertop/files/powertop-2.4-tinfo.patch b/sys-power/powertop/files/powertop-2.4-tinfo.patch deleted file mode 100644 index b965d8e06a59..000000000000 --- a/sys-power/powertop/files/powertop-2.4-tinfo.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -46,7 +46,7 @@ - AC_FUNC_STRTOD - AC_CHECK_FUNCS([fdatasync getpagesize gettimeofday memmove memset mkdir munmap pow realpath regcomp select setlocale socket sqrt strcasecmp strchr strdup strerror strncasecmp strstr strtoul strtoull]) - --AC_SEARCH_LIBS([delwin], [ncursesw ncurses], [], AC_MSG_ERROR([ncurses is required but was not found]), []) -+PKG_CHECK_MODULES(ncurses, ncurses, [LIBS="$LIBS $ncurses_LIBS"], AC_MSG_ERROR([ncurses is required but was not found])) - - has_libpci=0 - PKG_CHECK_MODULES([PCIUTILS], [libpci],[has_libpci=1],[ |