]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commit
ghostscript: Addition of patch to fix freetype problem
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 4 Feb 2021 12:55:41 +0000 (13:55 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 5 Feb 2021 16:53:31 +0000 (16:53 +0000)
commitf70fa093ec1e3b8da945dfbd74a636e896821929
treed68d4164c8089bcaa7428c7368830300cc15fca4
parent68b5e6b1bb65c70f76899dc9fae7cdcde0645cd3
ghostscript: Addition of patch to fix freetype problem

-Addition of patch to ghoscript as freetype version 2.10.3 and later
have withdrawn a macro that ghostscript used. Confirmed that without
the patch ghostscript failed to build due to the lack of the
FT_CALLBACK_DEF() macro. The fix is to explicitly declare the
callbacks file static.
- Update lfs to apply patch
- Add patch to src/patches

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/ghostscript
src/patches/ghostscript-drop-use-of-FT_CALLBACK_DEF-with-Freetype-2.10.3-and-later.patch [new file with mode: 0644]