summaryrefslogtreecommitdiff
path: root/security/nmap/files/patch-configure
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2014-01-12 17:56:20 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2014-01-12 17:56:20 +0000
commit03d75ab5d3a4548f1c2538c99a49c3c48017f511 (patch)
tree3069e84c74c6a5f500b7371e5eec71fbc29aed28 /security/nmap/files/patch-configure
parentEnable stage support + minor cleanups (diff)
- use internal liblua instead the one from ports [1]
- update internal liblua from 5.2.2 -> 5.2.3 - bump PORTREVISION [1] nmap use static lua for nmap, nping and ncat, after build lua is no longer needed.
Notes
Notes: svn path=/head/; revision=339526
Diffstat (limited to 'security/nmap/files/patch-configure')
-rw-r--r--security/nmap/files/patch-configure15
1 files changed, 2 insertions, 13 deletions
diff --git a/security/nmap/files/patch-configure b/security/nmap/files/patch-configure
index 8d75fd5f948c..964667c756c4 100644
--- a/security/nmap/files/patch-configure
+++ b/security/nmap/files/patch-configure
@@ -1,6 +1,6 @@
--- ./configure.orig 2010-09-29 18:09:26.000000000 +0200
+++ ./configure 2011-01-07 19:27:04.000000000 +0100
-@@ -3265,7 +3265,7 @@
+@@ -3367,7 +3367,7 @@
ac_compiler_gnu=$ac_cv_c_compiler_gnu
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
@@ -8,15 +8,4 @@
+set dummy ${ac_tool_prefix}$CXX; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
- if test "${ac_cv_prog_CC+set}" = set; then :
-@@ -6452,8 +6452,8 @@
- no_lua="yes"
- ;;
- *)
-- CPPFLAGS="-I$with_liblua/include $CPPFLAGS"
-- LDFLAGS="-L$with_liblua/lib $LDFLAGS"
-+ CPPFLAGS="-I${LUA_INCDIR} $CPPFLAGS"
-+ LDFLAGS="-L${LUA_LIBDIR} $LDFLAGS"
- ;;
- esac
-
+ if ${ac_cv_prog_CC+:} false; then :