diff options
Diffstat (limited to 'sci-biology/readseq/files/19930201-ldflags.patch')
-rw-r--r-- | sci-biology/readseq/files/19930201-ldflags.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sci-biology/readseq/files/19930201-ldflags.patch b/sci-biology/readseq/files/19930201-ldflags.patch deleted file mode 100644 index e1929c634479..000000000000 --- a/sci-biology/readseq/files/19930201-ldflags.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/Makefile b/Makefile -index 40a5a92..f073aaa 100644 ---- a/Makefile -+++ b/Makefile -@@ -40,7 +40,7 @@ all: build test - - build: $(SOURCES) - @echo "Compiling readseq..." -- $(CC) $(CFLAGS) -o readseq readseq.c ureadseq.c -+ $(CC) $(LDFLAGS) $(CFLAGS) -o readseq readseq.c ureadseq.c - - # if using NCBI, uncomment these lines in place of build: above - #build: $(SOURCES) |