freebsd-ports/net/iperf/files/patch-cfg::Makefile
Ying-Chieh Liao eaef815e2a add iperf
A tool to measure maximum TCP and UDP bandwidth

PR:		27462
Submitted by:	Pete Fritchman <petef@databits.net>
2001-05-27 17:42:23 +00:00

11 lines
214 B
Text

--- cfg/Makefile.orig Sat May 19 23:54:00 2001
+++ cfg/Makefile Sat May 19 23:54:12 2001
@@ -31,7 +31,7 @@
#
all: configure
- ./configure
+ ./configure --cc=${CC} --cxx=${CXX}
clean:
-rm -f $(CLEAN_FILES)