1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/net-mgmt/arpwatch/files/patch-ae
Rong-En Fan 2ea3c51cb0 - Update to 2.1.a14
PR:		99884
Submitted by:	maintainer
Approved by:	delphij (mentor, implicit)
2006-07-07 17:46:16 +00:00

21 lines
538 B
Plaintext

--- configure.orig Wed Jun 21 16:32:38 2006
+++ configure Fri Jul 7 09:57:50 2006
@@ -1419,7 +1419,7 @@
withval="$with_gcc"
fi;
- V_CCOPT="-O"
+# V_CCOPT="-O"
V_INCLS=""
if test "${srcdir}" != "." ; then
V_INCLS="-I\$\(srcdir\)"
@@ -5299,7 +5299,7 @@
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