mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
- take maintainer - add -z flag to not send mail for 0.0.0.0 IPs from busy dhcp networks - makepatch conform patchfiles
20 lines
590 B
Text
20 lines
590 B
Text
--- configure.orig 2006-06-21 20:32:38 UTC
|
|
+++ configure
|
|
@@ -1419,7 +1419,7 @@ if test "${with_gcc+set}" = set; then
|
|
withval="$with_gcc"
|
|
|
|
fi;
|
|
- V_CCOPT="-O"
|
|
+# V_CCOPT="-O"
|
|
V_INCLS=""
|
|
if test "${srcdir}" != "." ; then
|
|
V_INCLS="-I\$\(srcdir\)"
|
|
@@ -5299,7 +5299,7 @@ echo "${ECHO_T}$ac_cv_lbl_gcc_vers" >&6
|
|
fi
|
|
V_CCOPT="$V_CCOPT -Wall"
|
|
if test "$ac_cv_lbl_gcc_vers" -gt 1 ; then
|
|
- V_CCOPT="$V_CCOPT -Wmissing-prototypes -Wstrict-prototypes"
|
|
+# V_CCOPT="$V_CCOPT -Wmissing-prototypes -Wstrict-prototypes"
|
|
fi
|
|
fi
|
|
else
|