summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-01-29 09:39:06 +0100
committerDavid Seifert <soap@gentoo.org>2017-01-29 21:09:13 +0100
commite882138e990aa04ea61262e0ac53af2712d46548 (patch)
treebd0074209f9281978bf1984dd378a3b5d6350e97 /sci-biology/last/files
parentsci-biology/elph: remove unused patch (diff)
downloadgentoo-e882138e990aa04ea61262e0ac53af2712d46548.tar.gz
gentoo-e882138e990aa04ea61262e0ac53af2712d46548.tar.bz2
gentoo-e882138e990aa04ea61262e0ac53af2712d46548.zip
sci-biology/last: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/3708
Diffstat (limited to 'sci-biology/last/files')
-rw-r--r--sci-biology/last/files/162-gcc46.patch15
-rw-r--r--sci-biology/last/files/162-ldflags.patch16
2 files changed, 0 insertions, 31 deletions
diff --git a/sci-biology/last/files/162-gcc46.patch b/sci-biology/last/files/162-gcc46.patch
deleted file mode 100644
index 9c66c6d39f00..000000000000
--- a/sci-biology/last/files/162-gcc46.patch
+++ /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
index e5dd3ee2234e..000000000000
--- a/sci-biology/last/files/162-ldflags.patch
+++ /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