Blame texlive-base-20190410-gcc10-ttf2pk2-fix-global-var.patch

7360b2a
diff -up texlive-base-20190410/source/texk/ttf2pk2/ftlib.c.externfix texlive-base-20190410/source/texk/ttf2pk2/ftlib.c
7360b2a
diff -up texlive-base-20190410/source/texk/ttf2pk2/pklib.c.externfix texlive-base-20190410/source/texk/ttf2pk2/pklib.c
7360b2a
--- texlive-base-20190410/source/texk/ttf2pk2/pklib.c.externfix	2020-01-23 15:56:27.041072021 -0500
7360b2a
+++ texlive-base-20190410/source/texk/ttf2pk2/pklib.c	2020-01-23 16:02:05.585252609 -0500
7360b2a
@@ -64,7 +64,7 @@
7360b2a
 #define PK_POST (char)245
7360b2a
 #define PK_NOP  (char)246
7360b2a
 
7360b2a
-int dpi;
7360b2a
+extern int dpi;
7360b2a
 
7360b2a
 FILE *pk_file;
7360b2a