aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2022-12-10 08:46:37 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2022-12-10 08:54:42 +0000
commit541ae71a04fef1d0bc8f04037d28e9ea4e1174dd (patch)
tree4488f3a829045c2e2a20f3f6f49a52c339a4f64b
parent2fef1dbd478ea473588cc0f8ec4ff1b3654012a2 (diff)
downloadports-541ae71a04fef1d0bc8f04037d28e9ea4e1174dd.tar.gz
ports-541ae71a04fef1d0bc8f04037d28e9ea4e1174dd.zip
net/lualdap: fix build for lua54 flavor
PR: 220281
-rw-r--r--net/lualdap/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/lualdap/Makefile b/net/lualdap/Makefile
index 663a92126188..e09f0deae11e 100644
--- a/net/lualdap/Makefile
+++ b/net/lualdap/Makefile
@@ -14,6 +14,7 @@ LICENSE= MIT
USES= gmake lua:module
USE_OPENLDAP= yes
USE_GITHUB= yes
+USE_CSTD= c99
MAKE_ARGS+= CPPFLAGS="-I${LOCALBASE}/include -I${LUA_INCDIR}" \
LDFLAGS="-L${LOCALBASE}/lib" \