mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
- 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]
11 lines
408 B
C
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>
|