From: Michael Mair-Keimberger (asterix) Date: Sun, 29 Jan 2017 08:39:06 +0000 (+0100) Subject: sci-biology/last: remove unused patches X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e882138e990aa04ea61262e0ac53af2712d46548;p=gentoo.git sci-biology/last: remove unused patches Closes: https://github.com/gentoo/gentoo/pull/3708 --- 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 - #include - #include // INT_MAX -+#include - - 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