summaryrefslogtreecommitdiff
path: root/app-text/ttf2pk2/files/ttf2pk2-2.0_p20190410-fno-common-gcc10.patch
blob: 74678208a240476589d2296d855da82b7cfd45d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- a/pklib.c
+++ b/pklib.c
@@ -64,8 +64,6 @@
 #define PK_POST (char)245
 #define PK_NOP  (char)246
 
-int dpi;
-
 FILE *pk_file;
 
 
--- a/pklib.h
+++ b/pklib.h
@@ -13,6 +13,7 @@
 
 typedef unsigned char byte;
 
+extern int dpi;
 
 void TFMopen(char **filename);