diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-01-29 09:42:38 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-29 21:09:14 +0100 |
commit | 7133b5ff134d8ea0961d797457e913bedc6f106d (patch) | |
tree | b08ad33d4d6eb0d044f0f1f0680de4cc0e6577d0 /sci-biology/poa | |
parent | sci-biology/ncbi-tools: remove unused patch (diff) | |
download | gentoo-7133b5ff134d8ea0961d797457e913bedc6f106d.tar.gz gentoo-7133b5ff134d8ea0961d797457e913bedc6f106d.tar.bz2 gentoo-7133b5ff134d8ea0961d797457e913bedc6f106d.zip |
sci-biology/poa: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3708
Diffstat (limited to 'sci-biology/poa')
-rw-r--r-- | sci-biology/poa/files/respect-cflags.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sci-biology/poa/files/respect-cflags.patch b/sci-biology/poa/files/respect-cflags.patch deleted file mode 100644 index 2ae08db4ff4d..000000000000 --- a/sci-biology/poa/files/respect-cflags.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -urN poaV2.orig/Makefile poaV2/Makefile ---- poaV2.orig/Makefile 2004-03-11 21:33:30.000000000 -0800 -+++ poaV2/Makefile 2006-03-09 20:09:27.000000000 -0800 -@@ -28,7 +28,8 @@ - - CC = gcc - #CFLAGS= -g -ansi-strict -W -Wall -DUSE_WEIGHTED_LINKS -DUSE_PROJECT_HEADER -I. --CFLAGS= -g -DUSE_WEIGHTED_LINKS -DUSE_PROJECT_HEADER -I. -+OPT_CFLAGS = -g -+CFLAGS= $(OPT_CFLAGS) -DUSE_WEIGHTED_LINKS -DUSE_PROJECT_HEADER -I. - # -I$(HOME)/lib/include - # -DREPORT_MAX_ALLOC - |