diff options
Diffstat (limited to 'sci-biology/stride/files/stride-LDFLAGS.patch')
-rw-r--r-- | sci-biology/stride/files/stride-LDFLAGS.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-biology/stride/files/stride-LDFLAGS.patch b/sci-biology/stride/files/stride-LDFLAGS.patch new file mode 100644 index 000000000000..1761b12129bd --- /dev/null +++ b/sci-biology/stride/files/stride-LDFLAGS.patch @@ -0,0 +1,11 @@ +--- 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 + |