sci-biology/last: remove unused patches
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Sun, 29 Jan 2017 08:39:06 +0000 (09:39 +0100)
committerDavid Seifert <soap@gentoo.org>
Sun, 29 Jan 2017 20:09:13 +0000 (21:09 +0100)
Closes: https://github.com/gentoo/gentoo/pull/3708

sci-biology/last/files/162-gcc46.patch [deleted file]
sci-biology/last/files/162-ldflags.patch [deleted file]

diff --git a/sci-biology/last/files/162-gcc46.patch b/sci-biology/last/files/162-gcc46.patch
deleted file mode 100644 (file)
index 9c66c6d..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
- src/XdropAligner.hh |    1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
-
-diff --git a/src/XdropAligner.hh b/src/XdropAligner.hh
-index 9dea32e..3c0e35f 100644
---- a/src/XdropAligner.hh
-+++ b/src/XdropAligner.hh
-@@ -12,6 +12,7 @@
- #include <vector>
- #include <cassert>
- #include <climits>  // INT_MAX
-+#include <cstddef>
- namespace cbrc{
diff --git a/sci-biology/last/files/162-ldflags.patch b/sci-biology/last/files/162-ldflags.patch
deleted file mode 100644 (file)
index e5dd3ee..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
- src/makefile |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/src/makefile b/src/makefile
-index e77ffa7..92e4575 100644
---- a/src/makefile
-+++ b/src/makefile
-@@ -51,7 +51,7 @@ lastal: $(ALSRC) $(ALINC) makefile $(OBJ)
-       $(CXX) $(STRICT) $(CXXFLAGS) -o $@ $(ALSRC) $(OBJ)
- lastex: $(EXSRC) $(EXINC) makefile
--      $(CXX) -Igumbel_params $(CXXFLAGS) -o $@ $(EXSRC)
-+      $(CXX) $(STRICT) -Igumbel_params $(CXXFLAGS) -o $@ $(EXSRC)
- $(OBJ): CA_code/*.c CA_code/*.h makefile
-       $(CC) $(CFLAGS) -c CA_code/lambda_calculator.c