diff options
author | joerg <joerg@pkgsrc.org> | 2011-11-27 19:55:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-11-27 19:55:05 +0000 |
commit | e925d24d7027a2fcf3203c68665a99a45e16047a (patch) | |
tree | a5981805306f0d5227d5f4938dda255a9e51453b /x11 | |
parent | 4ae03c7785fed4eea6125e42d18479d8844c9540 (diff) | |
download | pkgsrc-e925d24d7027a2fcf3203c68665a99a45e16047a.tar.gz |
Fix build with newer GCC.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/worker/distinfo | 5 | ||||
-rw-r--r-- | x11/worker/patches/patch-src_nwc__dir.cc | 12 | ||||
-rw-r--r-- | x11/worker/patches/patch-src_nwc__dir.hh | 12 | ||||
-rw-r--r-- | x11/worker/patches/patch-src_searchop.cc | 12 |
4 files changed, 40 insertions, 1 deletions
diff --git a/x11/worker/distinfo b/x11/worker/distinfo index 1b02743cf10..d1ca88efb25 100644 --- a/x11/worker/distinfo +++ b/x11/worker/distinfo @@ -1,6 +1,9 @@ -$NetBSD: distinfo,v 1.2 2006/12/01 20:51:25 joerg Exp $ +$NetBSD: distinfo,v 1.3 2011/11/27 19:55:05 joerg Exp $ SHA1 (worker-2.14.1.tar.gz) = 0e88043a00d12b477f098533cd0f163833221a37 RMD160 (worker-2.14.1.tar.gz) = 27cab3bd31ad440626946bfc445fa75be9545165 Size (worker-2.14.1.tar.gz) = 1000621 bytes SHA1 (patch-aa) = a2b89fba47a8d51e808a76bce8e2c1ce028c8572 +SHA1 (patch-src_nwc__dir.cc) = 96c298e10907fe2817180d62b4159976824e894f +SHA1 (patch-src_nwc__dir.hh) = d78e06991cca2e9b7a6e99f616e33260dc2f005b +SHA1 (patch-src_searchop.cc) = 68ac802931e489ca362cee34f59c721b60112df7 diff --git a/x11/worker/patches/patch-src_nwc__dir.cc b/x11/worker/patches/patch-src_nwc__dir.cc new file mode 100644 index 00000000000..84047ef694a --- /dev/null +++ b/x11/worker/patches/patch-src_nwc__dir.cc @@ -0,0 +1,12 @@ +$NetBSD: patch-src_nwc__dir.cc,v 1.1 2011/11/27 19:55:06 joerg Exp $ + +--- src/nwc_dir.cc.orig 2011-11-27 01:22:19.000000000 +0000 ++++ src/nwc_dir.cc +@@ -23,6 +23,7 @@ + #include "nwc_file.hh" + #include "nwc_path.hh" + #include <iostream> ++#include <typeinfo> + + namespace NWC + { diff --git a/x11/worker/patches/patch-src_nwc__dir.hh b/x11/worker/patches/patch-src_nwc__dir.hh new file mode 100644 index 00000000000..069736250e5 --- /dev/null +++ b/x11/worker/patches/patch-src_nwc__dir.hh @@ -0,0 +1,12 @@ +$NetBSD: patch-src_nwc__dir.hh,v 1.1 2011/11/27 19:55:06 joerg Exp $ + +--- src/nwc_dir.hh.orig 2011-11-27 01:22:01.000000000 +0000 ++++ src/nwc_dir.hh +@@ -27,6 +27,7 @@ + #include "nwc_fsentry.hh" + + #include <list> ++#include <memory> + + namespace NWC + { diff --git a/x11/worker/patches/patch-src_searchop.cc b/x11/worker/patches/patch-src_searchop.cc new file mode 100644 index 00000000000..444190f6502 --- /dev/null +++ b/x11/worker/patches/patch-src_searchop.cc @@ -0,0 +1,12 @@ +$NetBSD: patch-src_searchop.cc,v 1.1 2011/11/27 19:55:06 joerg Exp $ + +--- src/searchop.cc.orig 2011-11-27 01:22:52.000000000 +0000 ++++ src/searchop.cc +@@ -29,6 +29,7 @@ + #include "fileviewer.hh" + #include "flagreplacer.hh" + #include <aguix/acontainerbb.h> ++#include <typeinfo> + + const char *SearchOp::name = "SearchOp"; + std::list<SearchOp::ResultStore*> SearchOp::_stored_results; |