diff options
Diffstat (limited to 'x11/xfstt/patches/patch-an')
-rw-r--r-- | x11/xfstt/patches/patch-an | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/xfstt/patches/patch-an b/x11/xfstt/patches/patch-an new file mode 100644 index 00000000000..bdcca8e70b4 --- /dev/null +++ b/x11/xfstt/patches/patch-an @@ -0,0 +1,13 @@ +$NetBSD: patch-an,v 1.1 2004/02/14 22:27:30 kristerw Exp $ + +--- 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; + } |