diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2002-11-08 23:03:11 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2002-11-08 23:03:11 +0000 |
commit | 8fe52170fabf7e974027f6e33d85c2494ec84c5b (patch) | |
tree | ef8ad3507ec7f413ed635db773334dc3a4826dad /benchmarks/iozone/files/patch-ab | |
parent | Add language files to pkg-plist. Bump Portrevision (diff) |
Upgrade to version 3.138
Notes
Notes:
svn path=/head/; revision=69761
Diffstat (limited to 'benchmarks/iozone/files/patch-ab')
-rw-r--r-- | benchmarks/iozone/files/patch-ab | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/benchmarks/iozone/files/patch-ab b/benchmarks/iozone/files/patch-ab deleted file mode 100644 index 3b61e0aa3e94..000000000000 --- a/benchmarks/iozone/files/patch-ab +++ /dev/null @@ -1,23 +0,0 @@ ---- makefile.orig Thu Oct 31 18:41:26 2002 -+++ makefile Sun Nov 3 23:51:04 2002 -@@ -304,7 +304,7 @@ - # - - freebsd: iozone_freebsd.o libbif.o -- cc -O -Dunix -DHAVE_ANSIC_C -DNO_THREADS -DSHARED_MEM \ -+ cc ${CFLAGS} -Dunix -DHAVE_ANSIC_C -DNO_THREADS -DSHARED_MEM \ - iozone_freebsd.o libbif.o -o iozone - - # -@@ -730,9 +730,9 @@ - @echo "" - @echo "Build iozone for FreeBSD" - @echo "" -- cc -c -O -Dunix -Dbsd4_2 -DHAVE_ANSIC_C -DNO_THREADS \ -+ cc -c ${CFLAGS} -Dunix -DHAVE_ANSIC_C -DNO_THREADS \ - -DSHARED_MEM iozone.c -o iozone_freebsd.o -- cc -c -O -Dunix -Dbsd4_2 -DHAVE_ANSIC_C -DNO_THREADS \ -+ cc -c ${CFLAGS} -Dunix -DHAVE_ANSIC_C -DNO_THREADS \ - -DSHARED_MEM libbif.c -o libbif.o - - iozone_macosx.o: iozone.c libbif.c |