aboutsummaryrefslogtreecommitdiff
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, 2 insertions, 0 deletions
diff --git a/stand/liblua/Makefile b/stand/liblua/Makefile
index 434268063158..68fa2da64fdb 100644
--- a/stand/liblua/Makefile
+++ b/stand/liblua/Makefile
@@ -35,6 +35,8 @@ CFLAGS+= -ffreestanding -nostdlib -DLUA_USE_POSIX
CFLAGS+= -fno-stack-protector -D__BSD_VISIBLE
CFLAGS+= -I${BOOTSRC}/include -I${LIBLUASRC} -I${LUASRC} -I${LDRSRC}
+CFLAGS.lutils.c+= -I${SRCTOP}/sys/teken -I${SRCTOP}/contrib/pnglite
+
.if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 0
CFLAGS+= -fPIC
.endif