1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

add patches from Marius Strobls

PR:		ports/57646
Submitted by:	Marius Strobls
Approved by:	liver Eikemeier <eikemeier@fillmore-labs.com>
This commit is contained in:
Edwin Groothuis 2003-10-08 01:38:55 +00:00
parent d4f1520cee
commit a3174f4845
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90581
3 changed files with 29 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME?= nmap
PORTVERSION= 3.48
PORTREVISION= 1
CATEGORIES= security ipv6
MASTER_SITES= http://download.insecure.org/nmap/dist/ \
http://www.mirrors.wiretapped.net/security/network-mapping/nmap/

View File

@ -9,3 +9,12 @@
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

View File

@ -0,0 +1,19 @@
--- 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