diff options
| author | Michael Forney <mforney@mforney.org> | 2020-12-14 00:11:05 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-12-14 02:35:29 -0800 |
| commit | f953dbf9c33b504b97ac7fad52f8caf5fd4dd0f2 (patch) | |
| tree | f7415ef4d430b6218c99378742814ad395884c19 /pkg/freetype/gen.lua | |
| parent | 4e19e828506583a7936a5a761a10ea455eb14b4c (diff) | |
freetype: Update to 2.10.4
Diffstat (limited to 'pkg/freetype/gen.lua')
| -rw-r--r-- | pkg/freetype/gen.lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pkg/freetype/gen.lua b/pkg/freetype/gen.lua index e41cfc71..577324e3 100644 --- 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 ) ) ]]) |
