aboutsummaryrefslogtreecommitdiff
path: root/security/nmap
diff options
context:
space:
mode:
authorOliver Eikemeier <eik@FreeBSD.org>2004-09-03 18:17:29 +0000
committerOliver Eikemeier <eik@FreeBSD.org>2004-09-03 18:17:29 +0000
commitb56cdf6aa7cb6b112bd2bcab954655bf15733b03 (patch)
tree78c9dbe6f7b96f5089ae6703da4c038e4458abc7 /security/nmap
parent4af4cbed9874e713cc1dd95023f0b317c9a19c3b (diff)
downloadports-b56cdf6aa7cb6b112bd2bcab954655bf15733b03.tar.gz
ports-b56cdf6aa7cb6b112bd2bcab954655bf15733b03.zip
Notes
Diffstat (limited to 'security/nmap')
-rw-r--r--security/nmap/files/patch-configure32
1 files changed, 31 insertions, 1 deletions
diff --git a/security/nmap/files/patch-configure b/security/nmap/files/patch-configure
index 9efe1b4c84cf..dac9c7a29e2c 100644
--- a/security/nmap/files/patch-configure
+++ b/security/nmap/files/patch-configure
@@ -1,6 +1,36 @@
--- configure.orig Mon Oct 6 13:03:26 2003
+++ configure Mon Oct 6 13:03:38 2003
-@@ -3499,7 +3499,7 @@
+@@ -2637,7 +2637,7 @@
+ CXXFLAGS="$CXXFLAGS -Wall "
+ fi
+ # Extract the first word of ""$CXX"", so it can be a program name with args.
+-set dummy "$CXX"; ac_word=$2
++set dummy $CXX; ac_word=$2
+ echo "$as_me:$LINENO: checking for $ac_word" >&5
+ echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+ if test "${ac_cv_prog_CXXPROG+set}" = set; then
+@@ -2646,6 +2646,10 @@
+ if test -n "$CXXPROG"; then
+ ac_cv_prog_CXXPROG="$CXXPROG" # Let the user override the test.
+ else
++ case $ac_word in
++ [\\/]* | ?:[\\/]* ) # absolute path given.
++ ac_cv_prog_CXXPROG=$ac_word ;;
++ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+@@ -2658,7 +2662,8 @@
+ break 2
+ fi
+ done
+-done
++done ;;
++esac
+
+ test -z "$ac_cv_prog_CXXPROG" && ac_cv_prog_CXXPROG=""MISSING""
+ fi
+@@ -3499,7 +3504,7 @@