$NetBSD: patch-aa,v 1.2 2020/03/07 22:51:40 fcambus Exp $

--- pcf2bdf.cc.orig	2019-08-27 14:36:28.000000000 +0000
+++ pcf2bdf.cc
@@ -655,7 +655,7 @@ int main(int argc, char *argv[])
   }
   if (ifilename)
   {
-    ifp = fopen(ifilename, "rb");
+    ifp = fopen(ifilename, "r");
     if (!ifp)
     {
       return error_exit("failed to open input pcf file");
@@ -689,7 +689,7 @@ int main(int argc, char *argv[])
 
   if (ofilename)
   {
-    ofp = fopen(ofilename, "wb");
+    ofp = fopen(ofilename, "w");
     if (!ofp)
     {
       return error_exit("failed to open output bdf file");
