summaryrefslogtreecommitdiffstats
path: root/testing/nmap/nmap-4.53-uclibc++-output.cc.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-03-03 14:18:01 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-03-03 14:18:01 +0000
commite040cded51db35690200e7354f35aef6b745ff0d (patch)
tree8683ea5f2c0411fe0151a6ad765167f40879db7c /testing/nmap/nmap-4.53-uclibc++-output.cc.patch
parent8f4e071eace60d167af432469077b16f93706878 (diff)
testing/nmap: build against uclibc++
Diffstat (limited to 'testing/nmap/nmap-4.53-uclibc++-output.cc.patch')
-rw-r--r--testing/nmap/nmap-4.53-uclibc++-output.cc.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/nmap/nmap-4.53-uclibc++-output.cc.patch b/testing/nmap/nmap-4.53-uclibc++-output.cc.patch
new file mode 100644
index 00000000000..3253fc26b31
--- /dev/null
+++ b/testing/nmap/nmap-4.53-uclibc++-output.cc.patch
@@ -0,0 +1,11 @@
+--- nmap/output.cc.orig 2007-12-15 09:54:07.000000000 -0800
++++ nmap/output.cc 2007-12-15 09:54:19.000000000 -0800
+@@ -1904,7 +1904,7 @@
+
+ /* Compares this record to another. First compare the directory names, then
+ compare the file names. */
+- bool operator<(const struct data_file_record& other) {
++ bool operator<(const struct data_file_record& other) const {
+ int cmp;
+
+ cmp = dir.compare(other.dir);