$NetBSD: patch-aq,v 1.2 2012/06/13 08:15:15 mef Exp $ Convert varargs-macros to old-style macros, to make the package compile when using gcc 2.95. --- libfstt/table_hmtx.cc.orig 2012-03-03 00:33:23.000000000 +0900 +++ libfstt/table_hmtx.cc 2012-06-13 11:57:37.000000000 +0900 @@ -39,5 +39,5 @@ *advWidth = readUShort(); } *lsdBear = readSShort(); - debug("hmtx(%d) = {%d, %d}\n", glyphNo, *advWidth, *lsdBear); + debug3("hmtx(%d) = {%d, %d}\n", glyphNo, *advWidth, *lsdBear); }