commit: 654139b011dae007329f082f2aa3c2063b0f40b5
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 18 04:49:03 2015 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 04:49:03 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=654139b0
net-analyzer/mtr: Fix building against sys-libs/ncurses[tinfo].
Package-Manager: portage-2.2.20.1
.../files/{0.80-impl-dec.patch => mtr-0.80-impl-dec.patch} | 0
net-analyzer/mtr/files/{0.85-gtk.patch => mtr-0.85-gtk.patch} | 0
net-analyzer/mtr/files/mtr-9999-tinfo.patch | 11 +++++++++++
net-analyzer/mtr/mtr-9999.ebuild | 5 +++--
4 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/mtr/files/0.80-impl-dec.patch
b/net-analyzer/mtr/files/mtr-0.80-impl-dec.patch
similarity index 100%
rename from net-analyzer/mtr/files/0.80-impl-dec.patch
rename to net-analyzer/mtr/files/mtr-0.80-impl-dec.patch
diff --git a/net-analyzer/mtr/files/0.85-gtk.patch
b/net-analyzer/mtr/files/mtr-0.85-gtk.patch
similarity index 100%
rename from net-analyzer/mtr/files/0.85-gtk.patch
rename to net-analyzer/mtr/files/mtr-0.85-gtk.patch
diff --git a/net-analyzer/mtr/files/mtr-9999-tinfo.patch
b/net-analyzer/mtr/files/mtr-9999-tinfo.patch
new file mode 100644
index 0000000..13f7e9e
--- /dev/null
+++ b/net-analyzer/mtr/files/mtr-9999-tinfo.patch
@@ -0,0 +1,11 @@
+--- configure.ac.orig 2015-08-18 06:37:10.961248647 +0200
++++ configure.ac 2015-08-18 06:40:52.016957694 +0200
+@@ -25,6 +25,8 @@
+ AC_DEFINE(NO_CURSES, 1, [Define if you don't have the curses libraries
available.])
+ CURSES_OBJ=)
+
++AC_SEARCH_LIBS(raw, [ncurses curses cursesX tinfo])
++
+ AC_CHECK_LIB(ncurses, use_default_colors,
+ AC_DEFINE(HAVE_USE_DEFAULT_COLORS, 1, [Define this if your curses library
has the use_default_colors() command.]))
+
diff --git a/net-analyzer/mtr/mtr-9999.ebuild b/net-analyzer/mtr/mtr-9999.ebuild
index 346422d..97437c4 100644
--- a/net-analyzer/mtr/mtr-9999.ebuild
+++ b/net-analyzer/mtr/mtr-9999.ebuild
@@ -38,8 +38,9 @@ src_unpack() {
src_prepare() {
epatch \
- "${FILESDIR}"/0.80-impl-dec.patch \
- "${FILESDIR}"/0.85-gtk.patch
+ "${FILESDIR}"/${PN}-0.80-impl-dec.patch \
+ "${FILESDIR}"/${PN}-0.85-gtk.patch \
+ "${FILESDIR}"/${PN}-9999-tinfo.patch
sed -i -e "/^\s*xver=/s|$.*)|${EGIT_VERSION:0:8}|" Makefile.am || die