summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2016-12-20 16:47:48 +0100
committerDavid Seifert <soap@gentoo.org>2016-12-20 18:35:42 +0100
commit159437c4bc58b8fcd12cc33bb11d8a4fef437f1b (patch)
tree6dca5de7b4056cc4fec54a602d23c3d172ea2bd6 /sci-biology/abyss/files/abyss-1.3.3-ac_prog_ar.patch
parentapp-emulation/xen{,-tools}: stablize 4.7.1 (diff)
downloadgentoo-159437c4bc58b8fcd12cc33bb11d8a4fef437f1b.tar.gz
gentoo-159437c4bc58b8fcd12cc33bb11d8a4fef437f1b.tar.bz2
gentoo-159437c4bc58b8fcd12cc33bb11d8a4fef437f1b.zip
sci-biology/abyss: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3183
Diffstat (limited to 'sci-biology/abyss/files/abyss-1.3.3-ac_prog_ar.patch')
-rw-r--r--sci-biology/abyss/files/abyss-1.3.3-ac_prog_ar.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/sci-biology/abyss/files/abyss-1.3.3-ac_prog_ar.patch b/sci-biology/abyss/files/abyss-1.3.3-ac_prog_ar.patch
deleted file mode 100644
index 300868f52b76..000000000000
--- a/sci-biology/abyss/files/abyss-1.3.3-ac_prog_ar.patch
+++ /dev/null
@@ -1,18 +0,0 @@
- configure.ac | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/configure.ac b/configure.ac
-index 5c6cb92..b99bedd 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -12,6 +12,10 @@ AC_PROG_CPP
- AC_PROG_CXX
- AC_PROG_INSTALL
- AC_PROG_RANLIB
-+AN_MAKEVAR([AR], [AC_PROG_AR])
-+AN_PROGRAM([ar], [AC_PROG_AR])
-+AC_DEFUN([AC_PROG_AR], [AC_CHECK_TOOL(AR, ar, :)])
-+AC_PROG_AR
-
- # Checks for header files.
- AC_CHECK_HEADERS([dlfcn.h fcntl.h float.h limits.h \