pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/benchmarks/bonnie++/patches Correct LFLAGS to LDFLAGS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b82039d11e0
branches:  trunk
changeset: 463185:8b82039d11e0
user:      gavan <gavan%pkgsrc.org@localhost>
date:      Fri Oct 31 11:17:19 2003 +0000

description:
Correct LFLAGS to LDFLAGS.

diffstat:

 benchmarks/bonnie++/patches/patch-ab |  17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diffs (21 lines):

diff -r bbc2521f5ef2 -r 8b82039d11e0 benchmarks/bonnie++/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/bonnie++/patches/patch-ab      Fri Oct 31 11:17:19 2003 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-ab,v 1.3 2003/10/31 11:17:19 gavan Exp $
+
+--- Makefile.in.orig   2002-10-13 21:26:36.000000000 +0100
++++ Makefile.in
+@@ -27,10 +27,10 @@ ZCAVOBJS=$(ZCAVSRC:.cpp=.o)
+ ALLOBJS=$(BONOBJS) $(ZCAVOBJS)
+ 
+ bonnie++: bonnie++.cpp $(BONOBJS)
+-      $(CXX) bonnie++.cpp -o bonnie++ $(BONOBJS) $(LFLAGS)
++      $(CXX) bonnie++.cpp -o bonnie++ $(BONOBJS) $(LDFLAGS)
+ 
+ zcav: zcav.cpp $(ZCAVOBJS)
+-      $(CXX) zcav.cpp -o zcav $(ZCAVOBJS) $(LFLAGS)
++      $(CXX) zcav.cpp -o zcav $(ZCAVOBJS) $(LDFLAGS)
+ 
+ install-bin: $(EXES)
+       mkdir -p $(eprefix)/bin $(eprefix)/sbin



Home | Main Index | Thread Index | Old Index