diff options
author | Louis Sautier <sautier.louis@gmail.com> | 2016-05-16 23:31:49 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-05-16 21:14:45 +0000 |
commit | 8c3e544f175ca56dd9a66f81c0d7a31454868454 (patch) | |
tree | 1bd92bb39f69abb14b32858d31fde581691dddd5 /net-nntp | |
parent | app-arch/tar: Removed old. (diff) | |
download | gentoo-8c3e544f175ca56dd9a66f81c0d7a31454868454.tar.gz gentoo-8c3e544f175ca56dd9a66f81c0d7a31454868454.tar.bz2 gentoo-8c3e544f175ca56dd9a66f81c0d7a31454868454.zip |
net-nntp/nzbget: re-add a missing patch for old versions
Gentoo-Bug: https://bugs.gentoo.org/581142
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1478
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'net-nntp')
-rw-r--r-- | net-nntp/nzbget/files/nzbget-14.0_pre1145-tinfo.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net-nntp/nzbget/files/nzbget-14.0_pre1145-tinfo.patch b/net-nntp/nzbget/files/nzbget-14.0_pre1145-tinfo.patch new file mode 100644 index 000000000000..e6cd13f6ffc1 --- /dev/null +++ b/net-nntp/nzbget/files/nzbget-14.0_pre1145-tinfo.patch @@ -0,0 +1,18 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -46,6 +46,7 @@ + AC_PATH_PROG(MAKE, make, $FALSE) + AC_PROG_INSTALL + ++PKG_PROG_PKG_CONFIG() + + dnl + dnl Do all tests with c++ compiler. +@@ -291,6 +292,7 @@ + if test "$FOUND" = "no"; then + AC_MSG_ERROR([Couldn't find curses headers (ncurses.h or curses.h)]) + fi ++ PKG_CHECK_MODULES(ncurses,ncurses,LIBS="$LIBS $ncurses_LIBS",) + AC_SEARCH_LIBS([refresh], [ncurses curses],, + AC_ERROR([Couldn't find curses library])) + else |