$OpenBSD: patch-texk_web2c_luatexdir_font_writettf_w,v 1.1 2014/01/11 18:46:52 edd Exp $

http://tug.org/pipermail/tldistro/2013q3/000218.html

--- texk/web2c/luatexdir/font/writettf.w.origy	Fri Oct  4 11:15:13 2013
+++ texk/web2c/luatexdir/font/writettf.w	Fri Oct  4 11:18:43 2013
@@ -816,14 +816,13 @@ void ttf_read_post(void)
             }
         }
         break;
+    default:
+        pdftex_warn("unsupported format (%.8X) of `post' table, assuming 3.0", 
+                    (unsigned int) post_format);                           
     case 0x00030000:
         for (glyph = glyph_tab; glyph - glyph_tab < NMACGLYPHS; glyph++) {
             glyph->name_index = (TTF_USHORT) (glyph - glyph_tab);
         }
-        break;
-    default:
-        pdftex_fail("unsupported format (%.8X) of `post' table",
-                    (unsigned int) post_format);
     }
 }
 
