summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2008-07-03 06:43:41 +0000
committerMichael Januszewski <spock@gentoo.org>2008-07-03 06:43:41 +0000
commit82110a82f6a9686f373e0a3b901ec1e866643b59 (patch)
tree90825dcc97360bbd0915dd1fc354942a7fd538ed /net-analyzer/nmap/files
parentSupport Sun Studio compiler (f95). (diff)
downloadgentoo-2-82110a82f6a9686f373e0a3b901ec1e866643b59.tar.gz
gentoo-2-82110a82f6a9686f373e0a3b901ec1e866643b59.tar.bz2
gentoo-2-82110a82f6a9686f373e0a3b901ec1e866643b59.zip
Really fix bug #230443.
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc8 x86_64)
Diffstat (limited to 'net-analyzer/nmap/files')
-rw-r--r--net-analyzer/nmap/files/nmap-4.68-nolua.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-analyzer/nmap/files/nmap-4.68-nolua.patch b/net-analyzer/nmap/files/nmap-4.68-nolua.patch
index 1346ec94c6da..02d81069ff32 100644
--- a/net-analyzer/nmap/files/nmap-4.68-nolua.patch
+++ b/net-analyzer/nmap/files/nmap-4.68-nolua.patch
@@ -1,3 +1,15 @@
+diff -Naurp nmap-4.68-orig/configure.ac nmap-4.68/configure.ac
+--- nmap-4.68-orig/configure.ac 2008-07-02 22:37:00.000000000 +0200
++++ nmap-4.68/configure.ac 2008-07-03 08:23:54.000000000 +0200
+@@ -524,7 +524,7 @@ AC_HELP_STRING([--without-liblua], [Comp
+
+ # They don't want lua
+ if test "$no_lua" = "yes"; then
+- CXXFLAGS="-DNOLUA $CXXFLAGS"
++ CPPFLAGS="-DNOLUA $CPPFLAGS"
+ LIBLUA_LIBS=""
+ LUA_DEPENDS=""
+ LUA_BUILD=""
diff -Naurp nmap-4.68-orig/nmap.cc nmap-4.68/nmap.cc
--- nmap-4.68-orig/nmap.cc 2008-07-02 22:37:00.000000000 +0200
+++ nmap-4.68/nmap.cc 2008-07-02 22:37:20.000000000 +0200