summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/abyss/files')
-rw-r--r--sci-biology/abyss/files/abyss-2.0.3-prog-AR.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-biology/abyss/files/abyss-2.0.3-prog-AR.patch b/sci-biology/abyss/files/abyss-2.0.3-prog-AR.patch
new file mode 100644
index 000000000000..d41c58ad261a
--- /dev/null
+++ b/sci-biology/abyss/files/abyss-2.0.3-prog-AR.patch
@@ -0,0 +1,11 @@
+https://bugs.gentoo.org/725300
+--- a/configure.ac
++++ b/configure.ac
+@@ -17,6 +17,7 @@ AC_CHECK_TOOL(GHC, ghc)
+ AM_CONDITIONAL([HAVE_GHC], ["$GHC" --version])
+ AC_CHECK_PROG(PANDOC, pandoc, yes)
+ AM_CONDITIONAL([HAVE_PANDOC], [test x"$PANDOC" = x"yes"])
++AM_PROG_AR
+
+ # Checks for header files.
+ AC_CHECK_HEADERS([dlfcn.h fcntl.h float.h limits.h \