summaryrefslogtreecommitdiff
path: root/sys/modules/lua/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/lua/Makefile')
-rw-r--r--sys/modules/lua/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/lua/Makefile b/sys/modules/lua/Makefile
index 4c90b25e589..b37d4938cc6 100644
--- a/sys/modules/lua/Makefile
+++ b/sys/modules/lua/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2023/04/16 20:46:18 nikita Exp $
+# $NetBSD: Makefile,v 1.14 2023/06/03 09:09:14 lukem Exp $
.include "../Makefile.inc"
@@ -24,6 +24,6 @@ CPPFLAGS+= -I${S}/../external/mit/lua/dist/src \
CWARNFLAGS.clang+= -Wno-error=string-plus-int
-COPTS.lstring.c+= ${GCC_NO_STRINGOP_OVERFLOW}
+COPTS.lstring.c+= ${CC_WNO_STRINGOP_OVERFLOW}
.include <bsd.kmodule.mk>