aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/stride/files/LDFLAGS.patch')
-rw-r--r--sci-biology/stride/files/LDFLAGS.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sci-biology/stride/files/LDFLAGS.patch b/sci-biology/stride/files/LDFLAGS.patch
deleted file mode 100644
index 1761b1212..000000000
--- a/sci-biology/stride/files/LDFLAGS.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile 2009-10-27 21:18:45.000000000 +0100
-+++ Makefile.new 2009-10-27 21:19:00.000000000 +0100
-@@ -12,7 +12,7 @@
-
-
- stride : $(OBJECT)
-- $(CC) $(OBJECT) $(FLAGS) $(BINDIR)/stride
-+ $(CC) $(LDFLAGS) $(OBJECT) $(FLAGS) $(BINDIR)/stride
-
- $(OBJECT) : stride.h protot.h
-