summaryrefslogtreecommitdiff
path: root/benchmarks/netperf/files/patch-makefile
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-02-22 08:35:31 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-02-22 08:35:31 +0000
commita44999a2975fbc25a94df07898e407ac842c24c3 (patch)
treeef5c28dfa1a0ce43e9fa575535ff039af2c05a3f /benchmarks/netperf/files/patch-makefile
parentAdd a missing BUILD_DEPENDS on db4. (diff)
Upgrade to 2.2pl3.
Notes
Notes: svn path=/head/; revision=76131
Diffstat (limited to '')
-rw-r--r--benchmarks/netperf/files/patch-makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/benchmarks/netperf/files/patch-makefile b/benchmarks/netperf/files/patch-makefile
index 43b313a3c476..1bfcedd99d55 100644
--- a/benchmarks/netperf/files/patch-makefile
+++ b/benchmarks/netperf/files/patch-makefile
@@ -1,5 +1,5 @@
---- makefile 21 Jan 2003 00:28:51 -0000 1.7
-+++ makefile 21 Jan 2003 00:44:57 -0000
+--- makefile.orig Fri Feb 14 23:32:44 2003
++++ makefile Sat Feb 22 08:21:09 2003
@@ -15,8 +15,8 @@
# for the rest of the world, it is probably better to put the binaries
# in /usr/local/netperf or /opt/netperf
@@ -11,12 +11,12 @@
# The compiler on your system might be somewhere else, and/or have
# a different name.
-@@ -91,7 +91,8 @@
- #
+@@ -95,7 +95,8 @@
+ # the makefile for your platform
LOG_FILE=DEBUG_LOG_FILE="\"/tmp/netperf.debug\""
--CFLAGS = -Ae -O -D$(LOG_FILE) -DUSE_PSTAT -DHAVE_SENDFILE -DDO_FIRST_BURST
-+CFLAGS = %CFLAGS% -D$(LOG_FILE) -DDO_FIRST_BURST #-DHAVE_SENDFILE
+-CFLAGS = -O -D$(LOG_FILE) -DNEED_MAKEFILE_EDIT
++CFLAGS = %CFLAGS% -D$(LOG_FILE) -DDO_FIRST_BURST
+CFLAGS+= -DHISTOGRAM -DDO_UNIX -DDO_1644 -DDO_IPV6
# Some platforms, and some options, require additional libraries.