summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-01-29 09:44:43 +0100
committerDavid Seifert <soap@gentoo.org>2017-01-29 21:09:15 +0100
commitbce3993b6c7f8062984239f92e1046121af80529 (patch)
tree726ff83cbb290f38d4c0b3e6e733733da9ef8353 /sci-biology
parentsci-biology/psipred: remove unused patches (diff)
downloadgentoo-bce3993b6c7f8062984239f92e1046121af80529.tar.gz
gentoo-bce3993b6c7f8062984239f92e1046121af80529.tar.bz2
gentoo-bce3993b6c7f8062984239f92e1046121af80529.zip
sci-biology/raxml: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3708
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/raxml/files/raxml-7.2.5-makefile.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/sci-biology/raxml/files/raxml-7.2.5-makefile.patch b/sci-biology/raxml/files/raxml-7.2.5-makefile.patch
deleted file mode 100644
index 8b381e50cb58..000000000000
--- a/sci-biology/raxml/files/raxml-7.2.5-makefile.patch
+++ /dev/null
@@ -1,29 +0,0 @@
- Makefile.gcc | 6 +++---
- 1 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/Makefile.gcc b/Makefile.gcc
-index 8d09549..59af556 100644
---- a/Makefile.gcc
-+++ b/Makefile.gcc
-@@ -1,10 +1,10 @@
- # Makefile August 2006 by Alexandros Stamatakis
- # Makefile cleanup October 2006, Courtesy of Peter Cordes <peter@cordes.ca>
-
--CC = gcc
-+CC ?= gcc
-
-
--CFLAGS = -D_GNU_SOURCE -fomit-frame-pointer -funroll-loops -O2
-+CFLAGS += -D_GNU_SOURCE
- #-Wall -std=c99 -pedantic -Wunused-parameter -Wredundant-decls -Wreturn-type -Wswitch-default -Wunused-value -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wimport -pedantic-errors -Wunused -Wunused-function -Wunused-label -Wno-int-to-pointer-cast -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-sign -Wextra -Wredundant-decls -Wunused -Wunused-function -Wunused-parameter -Wunused-value -Wunused-variable -Wformat -Wformat-nonliteral -Wparentheses -Wsequence-point -Wuninitialized -Wundef -Wbad-function-cast
-
-
-@@ -19,7 +19,7 @@ all : raxmlHPC
- GLOBAL_DEPS = axml.h globalVariables.h
-
- raxmlHPC : $(objs)
-- $(CC) -o raxmlHPC $(objs) $(LIBRARIES)
-+ $(CC) $(LDFLAGS) -o raxmlHPC $(objs) $(LIBRARIES)
-
- classify.o : classify.c $(GLOBAL_DEPS)
- evaluatePartialSpecialGeneric.o : evaluatePartialSpecialGeneric.c $(GLOBAL_DEPS)