Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nmap/files: nmap-4.75-nolua.patch
Date: Wed, 10 Sep 2008 18:39:33
Message-Id: E1KdUbA-0008Fu-Ju@stork.gentoo.org
1 cardoe 08/09/10 18:39:28
2
3 Added: nmap-4.75-nolua.patch
4 Log:
5 fix bug #237150, compiling with USE='-lua'. Fix from Simon Zilliken <simon@××××××××.name>
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r8 x86_64)
7
8 Revision Changes Path
9 1.1 net-analyzer/nmap/files/nmap-4.75-nolua.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nmap/files/nmap-4.75-nolua.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nmap/files/nmap-4.75-nolua.patch?rev=1.1&content-type=text/plain
13
14 Index: nmap-4.75-nolua.patch
15 ===================================================================
16 diff -Naur nmap-4.75-orig/Makefile.in nmap-4.75/Makefile.in
17 --- nmap-4.75-orig/Makefile.in 2008-09-05 07:32:06.000000000 +0200
18 +++ nmap-4.75/Makefile.in 2008-09-09 16:34:38.000000000 +0200
19 @@ -258,5 +258,5 @@
20 ./config.status --recheck
21
22 makefile.dep:
23 - $(CXX) -MM $(CPPFLAGS) $(SRCS) > $@
24 + $(CXX) -MM $(CPPFLAGS) $(CXXFLAGS) $(SRCS) > $@
25 include makefile.dep