* [gentoo-commits] gentoo-x86 commit in sys-power/powertop/files: powertop-2.4-tinfo.patch
@ 2013-10-03 4:44 Richard Farina (zerochaos)
0 siblings, 0 replies; only message in thread
From: Richard Farina (zerochaos) @ 2013-10-03 4:44 UTC (permalink / raw
To: gentoo-commits
zerochaos 13/10/03 04:44:26
Added: powertop-2.4-tinfo.patch
Log:
fix for bug #486124 thanks to Jeroen
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Revision Changes Path
1.1 sys-power/powertop/files/powertop-2.4-tinfo.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powertop/files/powertop-2.4-tinfo.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powertop/files/powertop-2.4-tinfo.patch?rev=1.1&content-type=text/plain
Index: powertop-2.4-tinfo.patch
===================================================================
--- 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],[
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-10-03 4:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-03 4:44 [gentoo-commits] gentoo-x86 commit in sys-power/powertop/files: powertop-2.4-tinfo.patch Richard Farina (zerochaos)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox