$NetBSD: patch-ar,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_ltsh.cc.orig Sat Feb 14 22:58:03 2004 +++ libfstt/table_ltsh.cc Sat Feb 14 22:58:12 2004 @@ -39,7 +39,7 @@ seekAbsolute(4 + glyphNo); int yPel = readUByte(); - debug("ltsh::getThreshold(glyphNo = %d) = %d\n", glyphNo, yPel); + debug2("ltsh::getThreshold(glyphNo = %d) = %d\n", glyphNo, yPel); return yPel; }