summaryrefslogtreecommitdiff
path: root/stand/liblua/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stand/liblua/Makefile')
-rw-r--r--stand/liblua/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/liblua/Makefile b/stand/liblua/Makefile
index 9693f579f801..0f4047769b77 100644
--- a/stand/liblua/Makefile
+++ b/stand/liblua/Makefile
@@ -28,7 +28,7 @@ SRCS+= lerrno.c lstd.c lutils.c
.PATH: ${FLUASRC}/modules
SRCS+= lfs.c
-WARNS= 3
+WARNS?= 3
CFLAGS+= -DLUA_PATH=\"${LUAPATH}\" -DLUA_PATH_DEFAULT=\"${LUAPATH}/\?.lua\"
CFLAGS+= -ffreestanding -nostdlib -DLUA_USE_POSIX