summaryrefslogtreecommitdiff
path: root/fonts/ttmkfdir2/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/ttmkfdir2/patches/patch-ah')
-rw-r--r--fonts/ttmkfdir2/patches/patch-ah15
1 files changed, 15 insertions, 0 deletions
diff --git a/fonts/ttmkfdir2/patches/patch-ah b/fonts/ttmkfdir2/patches/patch-ah
new file mode 100644
index 00000000000..d87296becb7
--- /dev/null
+++ b/fonts/ttmkfdir2/patches/patch-ah
@@ -0,0 +1,15 @@
+$NetBSD: patch-ah,v 1.1 2007/11/15 06:36:46 rillig Exp $
+
+http://wiki.netbsd.se/Typical_pkgsrc_error_messages
+
+--- encoding.l.orig 2002-11-07 06:28:44.000000000 +0100
++++ encoding.l 2007-11-15 07:29:00.821691000 +0100
+@@ -148,7 +148,7 @@ STARTENCODING{WHITESPACES}{STRING} {
+
+ <INSIDE_MAP_BLOCK>ENDMAPPING {
+ cur_enc->AddMapping (cur_map);
+- dest.insert (std::make_pair(cur_map->cmapkey(), cur_enc));;
++ dest.insert (Encodings_t::value_type(cur_map->cmapkey(), cur_enc));
+ BEGIN(INSIDE_ENC_BLOCK);
+ }
+