mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
17 lines
441 B
Plaintext
17 lines
441 B
Plaintext
$NetBSD: patch-an,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_gasp.cc.orig Sat Feb 14 22:55:38 2004
|
|
+++ libfstt/table_gasp.cc Sat Feb 14 22:55:52 2004
|
|
@@ -44,7 +44,7 @@
|
|
break;
|
|
}
|
|
|
|
- debug("gasp::getFlags(mppem = %d) = 0x%02X\n", mppem, flags);
|
|
+ debug2("gasp::getFlags(mppem = %d) = 0x%02X\n", mppem, flags);
|
|
|
|
return flags;
|
|
}
|