diff options
author | jadawin <jadawin@FreeBSD.org> | 2008-04-04 21:31:40 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2008-04-04 21:31:40 +0800 |
commit | 7cb94acca823c79a85bfe28633d36b3407ed2845 (patch) | |
tree | b7d3cbbf9aa15a3a38f10dc1d49a2a26f3caed30 /benchmarks | |
parent | 77444827152f24793a247b9583b9ba378b97e029 (diff) | |
download | freebsd-ports-gnome-7cb94acca823c79a85bfe28633d36b3407ed2845.tar.gz freebsd-ports-gnome-7cb94acca823c79a85bfe28633d36b3407ed2845.tar.zst freebsd-ports-gnome-7cb94acca823c79a85bfe28633d36b3407ed2845.zip |
- Fix build
- Bump PORTREVISION
Pointyhat to : jadawin
Approved by : Ganael Laplanche (maintainer), tabthorpe (mentor)
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/nttcp/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/nttcp/files/patch-Makefile | 13 |
2 files changed, 1 insertions, 14 deletions
diff --git a/benchmarks/nttcp/Makefile b/benchmarks/nttcp/Makefile index ed8fcbdc2e11..8263fe3a71ce 100644 --- a/benchmarks/nttcp/Makefile +++ b/benchmarks/nttcp/Makefile @@ -7,7 +7,7 @@ PORTNAME= nttcp PORTVERSION= 1.47 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= benchmarks net MASTER_SITES= http://freeware.sgi.com/source/nttcp/ \ http://reality.sgiweb.org/freeware/source/nttcp/ diff --git a/benchmarks/nttcp/files/patch-Makefile b/benchmarks/nttcp/files/patch-Makefile index 3451229c85a2..2692f87414dd 100644 --- a/benchmarks/nttcp/files/patch-Makefile +++ b/benchmarks/nttcp/files/patch-Makefile @@ -11,16 +11,3 @@ DBG= INC= ---- Makefile.orig Mon Dec 18 19:17:20 2000 -+++ Makefile Mon Jan 29 12:26:51 2001 -@@ -111,8 +111,8 @@ - # For FreeBSD - ARCH= -DFreeBSD - LIB= --OPT= -O2 --CC= cc -+#OPT= -O2 -+#CC= cc - DBG= - INC= - |