commit:     001b4b588c39cb571b1593d6bf3250206eb0e967
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun May  9 19:18:23 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun May  9 19:18:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=001b4b58

sci-biology/treeviewx: Respect AR

Closes: https://bugs.gentoo.org/780456
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-biology/treeviewx/files/treeviewx-0.5.1-AM_PROG_AR.patch | 10 ++++++++++
 sci-biology/treeviewx/treeviewx-0.5.1-r3.ebuild              |  1 +
 2 files changed, 11 insertions(+)

diff --git a/sci-biology/treeviewx/files/treeviewx-0.5.1-AM_PROG_AR.patch 
b/sci-biology/treeviewx/files/treeviewx-0.5.1-AM_PROG_AR.patch
new file mode 100644
index 00000000000..015c1ec6549
--- /dev/null
+++ b/sci-biology/treeviewx/files/treeviewx-0.5.1-AM_PROG_AR.patch
@@ -0,0 +1,10 @@
+--- a/configure.in
++++ b/configure.in
+@@ -11,6 +11,7 @@
+ 
+ # We need ranlib to make the library, and we need to define make
+ AC_PROG_RANLIB
++AM_PROG_AR
+ AC_PROG_MAKE_SET
+ 
+ # Ensure that we set ENT (and set it to false). This flag affects

diff --git a/sci-biology/treeviewx/treeviewx-0.5.1-r3.ebuild 
b/sci-biology/treeviewx/treeviewx-0.5.1-r3.ebuild
index 6ef3961e4df..05e25ec750e 100644
--- a/sci-biology/treeviewx/treeviewx-0.5.1-r3.ebuild
+++ b/sci-biology/treeviewx/treeviewx-0.5.1-r3.ebuild
@@ -27,6 +27,7 @@ PATCHES=(
        "${FILESDIR}"/${P}-svg.patch
        "${FILESDIR}"/${P}-treeview-xpm-not-xbm.patch
        "${FILESDIR}"/${P}-wxstring-maxlen.patch
+       "${FILESDIR}"/${P}-AM_PROG_AR.patch
 )
 
 src_prepare() {

Reply via email to