diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2003-01-21 09:14:06 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2003-01-21 09:14:06 +0800 |
commit | ce41ca7be9fb207f425f96b37008b024634195ce (patch) | |
tree | 91a6cda992697b4a62e75c947bf5a0409fb2909b /benchmarks | |
parent | 8e115478e73cd1474acc171358f168f245d08739 (diff) | |
download | freebsd-ports-gnome-ce41ca7be9fb207f425f96b37008b024634195ce.tar.gz freebsd-ports-gnome-ce41ca7be9fb207f425f96b37008b024634195ce.tar.zst freebsd-ports-gnome-ce41ca7be9fb207f425f96b37008b024634195ce.zip |
Fix typo in patch-makefile. IPv6 was not enabled.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/netperf/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/netperf/files/patch-makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/netperf/Makefile b/benchmarks/netperf/Makefile index 996915d881f0..dff113d4403f 100644 --- a/benchmarks/netperf/Makefile +++ b/benchmarks/netperf/Makefile @@ -7,6 +7,7 @@ PORTNAME= netperf PORTVERSION= 2.2.2 +PORTREVISION= 1 CATEGORIES= benchmarks ipv6 MASTER_SITES= ftp://ftp.cup.hp.com/dist/networking/benchmarks/netperf/%SUBDIR%/ MASTER_SITE_SUBDIR=. archive diff --git a/benchmarks/netperf/files/patch-makefile b/benchmarks/netperf/files/patch-makefile index f211ead8bf16..43b313a3c476 100644 --- a/benchmarks/netperf/files/patch-makefile +++ b/benchmarks/netperf/files/patch-makefile @@ -17,7 +17,7 @@ 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+= -DHISTOGRAM -DDO_UNIX -DDO_1644 -DO_IPV6 ++CFLAGS+= -DHISTOGRAM -DDO_UNIX -DDO_1644 -DDO_IPV6 # Some platforms, and some options, require additional libraries. # you can add to the "LIBS =" line to accomplish this. if you find |