openbsd-ports/net/nmap/patches/patch-nbase_configure_in
naddy b007dc437b - new maintainer: Brian Caswell <bmc@mitre.org>; ok angelos@
- update to nmap-2.54BETA7 and include nmapfe; from bmc@mitre.org
- clean up port
2001-01-09 16:10:16 +00:00

13 lines
428 B
Plaintext

$OpenBSD: patch-nbase_configure_in,v 1.1 2001/01/09 16:10:17 naddy Exp $
--- nbase/configure.in.orig Mon Jan 8 22:23:43 2001
+++ nbase/configure.in Mon Jan 8 22:24:05 2001
@@ -9,7 +9,7 @@ if test -d /usr/local/lib; then
LDFLAGS="$LDFLAGS -L/usr/local/lib"
fi
if test -d /usr/local/include; then
- CFLAGS="$CLFAGS -I/usr/local/include"
+ CFLAGS="$CFLAGS -I/usr/local/include"
fi
dnl use config.h instad of -D macros