mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 00:09:15 -04:00
- remove support for custom IPv4 only kernel [1] Short summary: - 12 new NSE scripts - hundreds of new OS/version fingerprints - dozens if smaller improvements and bug fixes Full Changelog: https://nmap.org/changelog.html [1] nmap does no longer build agains custom kernel without IPv6!
20 lines
1,005 B
Text
20 lines
1,005 B
Text
--- configure.orig 2016-01-07 05:45:47 UTC
|
|
+++ configure
|
|
@@ -2546,7 +2546,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLA
|
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|
if test -n "$ac_tool_prefix"; then
|
|
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
|
|
-set dummy ${ac_tool_prefix}gcc; ac_word=$2
|
|
+set dummy ${ac_tool_prefix}$CXX; ac_word=$2
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
if ${ac_cv_prog_CC+:} false; then :
|
|
@@ -3379,7 +3379,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLA
|
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|
if test -n "$ac_tool_prefix"; then
|
|
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
|
|
-set dummy ${ac_tool_prefix}gcc; ac_word=$2
|
|
+set dummy ${ac_tool_prefix}$CXX; ac_word=$2
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
if ${ac_cv_prog_CC+:} false; then :
|