diff options
-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= - |