ports/devel/kdevplatform/files/patch-util_google_sparsehash_sparsehashconfig.h
Max Brazhnikov 8021682484 - Update KDevelop ports to 4.6.0 [1]
- Convert LIB_DEPENDS to new style
- Use options helpers
- Change DIST_SUBDIR (imitate upstream, as we do it already for KDE SC)

devel/kdevelop-kde4:
- Remove useless LATEST_LINK
- Drop deprecated sharedmime from USE_KDE4, the port is already switched
  to USES=shared-mime-info

Submitted by:	pizzamig <luca.pizzamiglio at gmail.com> via maillist [1]
2014-01-17 20:34:33 +00:00

11 lines
408 B
C

--- util/google/sparsehash/sparseconfig.h.orig 2013-12-16 12:42:46.000000000 +0100
+++ util/google/sparsehash/sparseconfig.h 2013-12-16 12:43:09.000000000 +0100
@@ -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_fun.h>
/* the location of <hash_map> */
#define HASH_MAP_H <ext/hash_map>