summaryrefslogtreecommitdiff
path: root/multimedia/slideshow/files/patch-src::FontVault.h
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/slideshow/files/patch-src::FontVault.h')
-rw-r--r--multimedia/slideshow/files/patch-src::FontVault.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/slideshow/files/patch-src::FontVault.h b/multimedia/slideshow/files/patch-src::FontVault.h
new file mode 100644
index 000000000000..a3bc7e73769d
--- /dev/null
+++ b/multimedia/slideshow/files/patch-src::FontVault.h
@@ -0,0 +1,11 @@
+--- src/FontVault.h.orig Fri Nov 22 00:07:06 2002
++++ src/FontVault.h Thu Nov 28 23:41:37 2002
+@@ -34,7 +34,7 @@
+ }
+ };
+
+-#if (HASHMAP_NAMESPACE == __gnu_cxx)
++#if defined(HAVE_GNU_CXX_HASHMAP)
+ typedef __gnu_cxx::hash_map<std::string, TTF_Font*, ures_hasher, ures_eqstr> Fonts_HashMap;
+ #else
+ typedef std::hash_map<std::string, TTF_Font*, ures_hasher, ures_eqstr> Fonts_HashMap;