diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-04-04 13:31:40 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-04-04 13:31:40 +0000 |
commit | 44b5076c379fc8cf07681ec8464323a7bd8d81b0 (patch) | |
tree | 801ab9582f78dedf94e94bf2a9709aa50f71c484 /benchmarks | |
parent | ae57c5178f372de1ec8765b5517a7906c1c2eeb4 (diff) | |
download | ports-44b5076c379fc8cf07681ec8464323a7bd8d81b0.tar.gz ports-44b5076c379fc8cf07681ec8464323a7bd8d81b0.zip |
Notes
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= - |