summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjoerg <joerg>2014-02-21 20:20:42 +0000
committerjoerg <joerg>2014-02-21 20:20:42 +0000
commit68e68347a20e576c369e45a7a654ffd3e6631f3d (patch)
treee08bd5096cee552b165ac5fd1cdb1c64261b9a3b /devel
parent0f84e80967f6368e11ab6754a6d4e5e18ac57e46 (diff)
downloadpkgsrc-68e68347a20e576c369e45a7a654ffd3e6631f3d.tar.gz
Fix build with libc++.
Diffstat (limited to 'devel')
-rw-r--r--devel/kdevplatform/patches/patch-util_google_sparsehash_sparseconfig.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/kdevplatform/patches/patch-util_google_sparsehash_sparseconfig.h b/devel/kdevplatform/patches/patch-util_google_sparsehash_sparseconfig.h
new file mode 100644
index 00000000000..7fdaa80f6a4
--- /dev/null
+++ b/devel/kdevplatform/patches/patch-util_google_sparsehash_sparseconfig.h
@@ -0,0 +1,13 @@
+$NetBSD: patch-util_google_sparsehash_sparseconfig.h,v 1.1 2014/02/21 20:20:42 joerg Exp $
+
+--- util/google/sparsehash/sparseconfig.h.orig 2014-02-21 12:36:25.000000000 +0000
++++ util/google/sparsehash/sparseconfig.h
+@@ -5,7 +5,7 @@
+ #define GOOGLE_NAMESPACE ::google
+
+ /* the location of <hash_fun.h>/<stl_hash_fun.h> */
+-#define HASH_FUN_H "hash_fun.h"
++#define HASH_FUN_H <ext/hash_map>
+
+ /* the location of <hash_map> */
+ #define HASH_MAP_H <ext/hash_map>