commit: f953dbf9c33b504b97ac7fad52f8caf5fd4dd0f2
parent 4e19e828506583a7936a5a761a10ea455eb14b4c
Author: Michael Forney <mforney@mforney.org>
Date: Mon, 14 Dec 2020 00:11:05 -0800
freetype: Update to 2.10.4
Diffstat:
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/pkg/freetype/gen.lua b/pkg/freetype/gen.lua
@@ -1,9 +1,8 @@
cflags{
- '-Wall', '-Wno-maybe-uninitialized',
+ '-std=c99', '-Wall', '-Wpedantic',
'-D FT2_BUILD_LIBRARY',
'-D FT_CONFIG_OPTION_SYSTEM_ZLIB',
'-D HAVE_FCNTL_H',
- '-D HAVE_STDINT_H',
'-D HAVE_UNISTD_H',
'-I $srcdir/builds/unix',
'-I $srcdir/include/freetype/config',
@@ -46,6 +45,9 @@ pkg.hdrs = copy('$outdir/include', '$srcdir/include', paths[[
ftheader.h
ftoption.h
ftstdlib.h
+ integer-types.h
+ mac-support.h
+ public-macros.h
)
)
]])
diff --git a/pkg/freetype/ver b/pkg/freetype/ver
@@ -1 +1 @@
-2.10.2 r0
+2.10.4 r0