2013-09-26 17:14:40 +02:00

15 lines
488 B
Plaintext

$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);
}