ports/net-mgmt/arpwatch/files/patch-configure
Kurt Jaeger f6d607e915 net-mgmt/arpwatch: some patches
- take maintainer
- add -z flag to not send mail for 0.0.0.0 IPs from busy dhcp networks
- makepatch conform patchfiles
2016-03-28 09:50:27 +00:00

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