Fix build with FreeType 2.10.3 and newer. Taken from upstream: https://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=41ef9a0bc36b9db7115fbe9623f989bfb47bbade diff --git a/base/fapi_ft.c b/base/fapi_ft.c --- a/base/fapi_ft.c +++ b/base/fapi_ft.c @@ -125,7 +125,7 @@ static void delete_inc_int_info(gs_fapi_server * a_server, FT_IncrementalRec * a_inc_int_info); -FT_CALLBACK_DEF(void *) +static void * FF_alloc(FT_Memory memory, long size) { gs_memory_t *mem = (gs_memory_t *) memory->user; @@ -133,7 +133,7 @@ FF_alloc(FT_Memory memory, long size) return (gs_malloc(mem, size, 1, "FF_alloc")); } -FT_CALLBACK_DEF(void *) +static void * FF_realloc(FT_Memory memory, long cur_size, long new_size, void *block) { gs_memory_t *mem = (gs_memory_t *) memory->user; @@ -153,7 +153,7 @@ FT_CALLBACK_DEF(void *) return (tmp); } -FT_CALLBACK_DEF(void) +static void FF_free(FT_Memory memory, void *block) { gs_memory_t *mem = (gs_memory_t *) memory->user; d class='sub right'>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/bioinformatics.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2018-02-10 13:46:22 -0500
committerLeo Famulari <leo@famulari.name>2018-02-10 13:47:58 -0500
commit354c493fb8212e15f6bdb308375f7331eee0374a (patch)
tree64300eeda7ee8ee90b605a5b79c80d27f615c66b /gnu/packages/bioinformatics.scm
parent73a1f10a80397597436d08e1992412148dbceea8 (diff)
downloadguix-354c493fb8212e15f6bdb308375f7331eee0374a.tar.gz
guix-354c493fb8212e15f6bdb308375f7331eee0374a.zip
gnu: exim: Update to 4.90.1 [fixes CVE-2018-6789].
* gnu/packages/mail.scm (exim): Update to 4.90.1. [source]: Use HTTPS URLs.
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
0 files changed, 0 insertions, 0 deletions