diff options
author | eik <eik@FreeBSD.org> | 2004-01-20 06:31:35 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-01-20 06:31:35 +0800 |
commit | 4394c205bbebd6098c79d26b89d447a336927bd9 (patch) | |
tree | 363ba7877dc6d752d0ce1762c3c6683db6b1c8c9 /security/nmap/files | |
parent | 4b864d69e4586d7eb0f29d0c511cf77508ced31d (diff) | |
download | freebsd-ports-gnome-4394c205bbebd6098c79d26b89d447a336927bd9.tar.gz freebsd-ports-gnome-4394c205bbebd6098c79d26b89d447a336927bd9.tar.zst freebsd-ports-gnome-4394c205bbebd6098c79d26b89d447a336927bd9.zip |
- update to version 3.50
Approved by: marcus (mentor)
Diffstat (limited to 'security/nmap/files')
-rw-r--r-- | security/nmap/files/patch-nbase::configure | 9 | ||||
-rw-r--r-- | security/nmap/files/patch-nsock::src::configure | 19 |
2 files changed, 0 insertions, 28 deletions
diff --git a/security/nmap/files/patch-nbase::configure b/security/nmap/files/patch-nbase::configure index d28009eefd07..c6b8cc5ac31e 100644 --- a/security/nmap/files/patch-nbase::configure +++ b/security/nmap/files/patch-nbase::configure @@ -9,12 +9,3 @@ do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then -@@ -5908,7 +5908,7 @@ - ;; - *) - specialssldir="$with_openssl" -- CXXFLAGS="-I$with_openssl/include $CXXFLAGS" -+ CFLAGS="-I$with_openssl/include $CFLAGS" - ;; - esac - diff --git a/security/nmap/files/patch-nsock::src::configure b/security/nmap/files/patch-nsock::src::configure deleted file mode 100644 index 4b7f94b9b870..000000000000 --- a/security/nmap/files/patch-nsock::src::configure +++ /dev/null @@ -1,19 +0,0 @@ ---- nsock/src/configure.orig Tue Oct 7 07:23:06 2003 -+++ nsock/src/configure Tue Oct 7 07:27:33 2003 -@@ -1287,7 +1287,6 @@ - fi - if test -d /usr/local/include; then - CFLAGS="$CFLAGS -I/usr/local/include" -- CXXFLAGS="$CFLAGS -I/usr/local/include" - fi - fi - -@@ -3207,7 +3206,7 @@ - ;; - *) - specialssldir="$with_openssl" -- CXXFLAGS="-I$with_openssl/include $CXXFLAGS" -+ CFLAGS="-I$with_openssl/include $CFLAGS" - ;; - esac - |