diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-06-06 22:04:54 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-07 00:41:35 -0400 |
commit | 6c5e4bcf3ed05ba7b03be3537b2528d01a3d2ac3 (patch) | |
tree | dd17e41160e350ab1ad5f9833afad2e8856e9fb9 /app-text/ttf2pk2 | |
parent | sys-fs/lvm2: remove unused patch (diff) | |
download | gentoo-6c5e4bcf3ed05ba7b03be3537b2528d01a3d2ac3.tar.gz gentoo-6c5e4bcf3ed05ba7b03be3537b2528d01a3d2ac3.tar.bz2 gentoo-6c5e4bcf3ed05ba7b03be3537b2528d01a3d2ac3.zip |
app-text/ttf2pk2: remove unused patch(es)
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16091
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-text/ttf2pk2')
-rw-r--r-- | app-text/ttf2pk2/files/ttf2pk2-2.0_p20190410-fno-common-gcc10.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/app-text/ttf2pk2/files/ttf2pk2-2.0_p20190410-fno-common-gcc10.patch b/app-text/ttf2pk2/files/ttf2pk2-2.0_p20190410-fno-common-gcc10.patch deleted file mode 100644 index 74678208a240..000000000000 --- a/app-text/ttf2pk2/files/ttf2pk2-2.0_p20190410-fno-common-gcc10.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- 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); - |