diff options
author | joerg <joerg> | 2014-02-21 20:17:03 +0000 |
---|---|---|
committer | joerg <joerg> | 2014-02-21 20:17:03 +0000 |
commit | d73dbb542f3b23d601d97b8976947ff86627dac4 (patch) | |
tree | a7370cd826451309a7cdd5795f8c4eb9a95809c4 /cad/kicad/patches | |
parent | e40ba5b03d9a01d726d603f0d86aac38504b5d8f (diff) | |
download | pkgsrc-d73dbb542f3b23d601d97b8976947ff86627dac4.tar.gz |
Don't force forward declarations of containers.
Diffstat (limited to 'cad/kicad/patches')
-rw-r--r-- | cad/kicad/patches/patch-include_hashtables.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cad/kicad/patches/patch-include_hashtables.h b/cad/kicad/patches/patch-include_hashtables.h new file mode 100644 index 00000000000..05d9435deda --- /dev/null +++ b/cad/kicad/patches/patch-include_hashtables.h @@ -0,0 +1,13 @@ +$NetBSD: patch-include_hashtables.h,v 1.1 2014/02/21 20:17:03 joerg Exp $ + +--- include/hashtables.h.orig 2014-02-21 00:47:35.000000000 +0000 ++++ include/hashtables.h +@@ -50,7 +50,7 @@ typedef std::unordered_map< std::string, + #elif 1 // boost::unordered_map + + // fix a compile bug at line 97 of boost/detail/container_fwd.hpp +-#define BOOST_DETAIL_TEST_FORCE_CONTAINER_FWD ++//#define BOOST_DETAIL_TEST_FORCE_CONTAINER_FWD + + #include <boost/unordered_map.hpp> + |