diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-13 10:30:10 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-13 10:30:10 +0000 |
commit | 4b4ecf4cad7a6f8f95c1b158192329859bcaaca5 (patch) | |
tree | 7333a1a9c4e12752bdff51ee8f1966106403e9ad /security/nmap | |
parent | 931ae0d4ab561cde59e13b884d5eed20b5f9a274 (diff) | |
download | ports-4b4ecf4cad7a6f8f95c1b158192329859bcaaca5.tar.gz ports-4b4ecf4cad7a6f8f95c1b158192329859bcaaca5.zip |
Maintainer Update: security/nmap
The nmap port is not building correctly where libgnugetopt is
installed. This patch fixes the problem, please add it to the
files directory.
PR: ports/50894
Submitted by: marius@alchemy.franken.de
Approved by: Dominic Marks <dom@cus.org.uk>
Notes
Notes:
svn path=/head/; revision=78859
Diffstat (limited to 'security/nmap')
-rw-r--r-- | security/nmap/files/patch-configure | 15 | ||||
-rw-r--r-- | security/nmap/files/patch-nbase::configure | 15 |
2 files changed, 30 insertions, 0 deletions
diff --git a/security/nmap/files/patch-configure b/security/nmap/files/patch-configure new file mode 100644 index 000000000000..e6a805bc0dbb --- /dev/null +++ b/security/nmap/files/patch-configure @@ -0,0 +1,15 @@ +--- configure.orig Fri Apr 11 19:52:29 2003 ++++ configure Fri Apr 11 19:53:19 2003 +@@ -1251,12 +1251,6 @@ + + + +-if test -d /usr/local/lib; then +- LDFLAGS="$LDFLAGS -L/usr/local/lib" +-fi +-if test -d /usr/local/include; then +- CXXFLAGS="$CXXFLAGS -I/usr/local/include" +-fi + + libpcapdir=libpcap-possiblymodified + diff --git a/security/nmap/files/patch-nbase::configure b/security/nmap/files/patch-nbase::configure new file mode 100644 index 000000000000..686d26fb3947 --- /dev/null +++ b/security/nmap/files/patch-nbase::configure @@ -0,0 +1,15 @@ +--- nbase/configure.orig Fri Apr 11 19:49:54 2003 ++++ nbase/configure Fri Apr 11 19:50:27 2003 +@@ -1238,12 +1238,6 @@ + + + +-if test -d /usr/local/lib; then +- LDFLAGS="$LDFLAGS -L/usr/local/lib" +-fi +-if test -d /usr/local/include; then +- CFLAGS="$CFLAGS -I/usr/local/include" +-fi + + ac_config_headers="$ac_config_headers nbase_config.h" + |