summaryrefslogtreecommitdiff
path: root/security/nmap/files/patch-nsock::src::configure
diff options
context:
space:
mode:
authorOliver Eikemeier <eik@FreeBSD.org>2004-01-19 22:31:35 +0000
committerOliver Eikemeier <eik@FreeBSD.org>2004-01-19 22:31:35 +0000
commit7881db98b7bea17c7f225862f13dadc1ee2ee378 (patch)
tree9170ced3c68c4049b66c93e35798bd109679688a /security/nmap/files/patch-nsock::src::configure
parent* Refactor processlogs so that new error types can be added easily to a new (diff)
- update to version 3.50
Approved by: marcus (mentor)
Diffstat (limited to '')
-rw-r--r--security/nmap/files/patch-nsock::src::configure19
1 files changed, 0 insertions, 19 deletions
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
-