summaryrefslogtreecommitdiff
path: root/net/iperf
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-10-06 09:19:00 +0000
committeradam <adam@pkgsrc.org>2004-10-06 09:19:00 +0000
commite09b8ccec218100524fe3fb53ab71b13a31236fd (patch)
tree82aacae16584fe0eb1b3dc52c1705d341e6d19b1 /net/iperf
parent4f1f49210bba7762251e8dccfb9a5cf630581a70 (diff)
downloadpkgsrc-e09b8ccec218100524fe3fb53ab71b13a31236fd.tar.gz
Do not force -O2 optimisation any more
Diffstat (limited to 'net/iperf')
-rw-r--r--net/iperf/distinfo3
-rw-r--r--net/iperf/patches/patch-aa22
2 files changed, 24 insertions, 1 deletions
diff --git a/net/iperf/distinfo b/net/iperf/distinfo
index 006b819e6be..e40fffdb053 100644
--- a/net/iperf/distinfo
+++ b/net/iperf/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2004/01/19 10:00:40 adam Exp $
+$NetBSD: distinfo,v 1.3 2004/10/06 09:19:00 adam Exp $
SHA1 (iperf-1.7.0-source.tar.gz) = 6f8058616f2105f8342e3a39366a3362b0f85589
Size (iperf-1.7.0-source.tar.gz) = 182773 bytes
+SHA1 (patch-aa) = 14848d63dab5e9d413f82046b87ad686251a9b94
diff --git a/net/iperf/patches/patch-aa b/net/iperf/patches/patch-aa
new file mode 100644
index 00000000000..c08d431b335
--- /dev/null
+++ b/net/iperf/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1 2004/10/06 09:19:00 adam Exp $
+
+--- cfg/configure.orig 2003-03-31 20:25:20.000000000 +0000
++++ cfg/configure
+@@ -1687,7 +1687,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLA
+ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+ if test "$ac_cv_c_compiler_gnu" = yes ; then
+- CFLAGS="$OLD_CFLAGS -Wall -O2"
++ CFLAGS="$OLD_CFLAGS -Wall"
+ else
+ if test `uname -s` = "HP-UX"; then
+ CFLAGS="$OLD_CFLAGS -Ae +O2"
+@@ -1999,7 +1999,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLA
+ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+ if test "$ac_cv_c_compiler_gnu" = yes ; then
+- CXXFLAGS="$OLD_CXXFLAGS -Wall -O2"
++ CXXFLAGS="$OLD_CXXFLAGS -Wall"
+ else
+ if test `uname -s` = "HP-UX"; then
+ CXXFLAGS="$OLD_CXXFLAGS -Ae +O2"