freebsd-ports/security/nmap/files/patch-nbase::configure
Edwin Groothuis 4b4ecf4cad 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>
2003-04-13 10:30:10 +00:00

15 lines
350 B
Text

--- 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"