diff options
| author | joerg <joerg@NetBSD.org> | 2019-11-11 22:44:56 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2019-11-11 22:44:56 +0000 |
| commit | 918c74ea12c6bac6ca9bd2147337c0e4fec5010e (patch) | |
| tree | 3ef5212d84042aedbd5e0629e2c7dc2de1751526 /external/mit/lua/lib | |
| parent | 5578004b9757994411ac0c8b959a53c2063844d1 (diff) | |
Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)
Diffstat (limited to 'external/mit/lua/lib')
| -rw-r--r-- | external/mit/lua/lib/liblua/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/external/mit/lua/lib/liblua/Makefile b/external/mit/lua/lib/liblua/Makefile index 93c8e305491..8f4ced9d713 100644 --- a/external/mit/lua/lib/liblua/Makefile +++ b/external/mit/lua/lib/liblua/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/02/09 20:41:01 christos Exp $ +# $NetBSD: Makefile,v 1.9 2019/11/11 22:45:26 joerg Exp $ LIB= lua LUA_CORE= lapi.c lcode.c lctype.c ldebug.c ldo.c ldump.c lfunc.c lgc.c \ @@ -15,7 +15,7 @@ INCS= lauxlib.h lua.h lua.hpp luaconf.h lualib.h INCSDIR= /usr/include CPPFLAGS+= -DLUA_USE_POSIX -DLUA_USE_DLOPEN -DLUA_C89_NUMBERS -CWARNFLAGS.clang+= -Wno-empty-body +CWARNFLAGS.clang+= -Wno-empty-body -Wno-error=string-plus-int LIBDPLIBS+= m ${NETBSDSRCDIR}/lib/libm |
