openbsd-ports/net/iperf/patches/patch-cfg_configure
sturm bd2b430f2d update to iperf 1.7.0 in order to support IPv6
inspired by a diff from Romain GAILLEGUE <buchu at biscotte.net>
ok jakob@
2004-10-16 10:42:31 +00:00

30 lines
991 B
Plaintext

$OpenBSD: patch-cfg_configure,v 1.3 2004/10/16 10:42:31 sturm Exp $
--- cfg/configure.orig Mon Mar 31 22:25:20 2003
+++ cfg/configure Sat Oct 16 09:27:27 2004
@@ -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 "
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 "
else
if test `uname -s` = "HP-UX"; then
CXXFLAGS="$OLD_CXXFLAGS -Ae +O2"
@@ -2400,6 +2400,7 @@ else
fi
rm -f conftest.err conftest.$ac_ext
fi
+ac_cv_header_pthread_h=no
echo "$as_me:2403: result: $ac_cv_header_pthread_h" >&5
echo "${ECHO_T}$ac_cv_header_pthread_h" >&6
if test $ac_cv_header_pthread_h = yes; then