1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/security/nessus-libraries/files/patch-ac
Jimmy Olgeni 432c35b9d1 Update nessus suite to version 1.2.2, from security/nessus-*-devel ports.
Give maintainership to udo.schweigert@siemens.com, who already maintains
the -devel ports.
2002-06-19 11:13:16 +00:00

16 lines
621 B
Plaintext

--- libpcap-nessus/configure.orig Mon Jul 31 11:09:51 2000
+++ libpcap-nessus/configure Wed May 29 12:07:45 2002
@@ -391,9 +391,9 @@
if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
echo "configure: warning: $ac_option: invalid host type" 1>&2
fi
- if test "x$nonopt" != xNONE; then
- { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
- fi
+# if test "x$nonopt" != xNONE; then
+# { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
+# fi
nonopt="$ac_option"
;;