git: 541ae71a04fe - main - net/lualdap: fix build for lua54 flavor
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Dec 2022 08:55:50 UTC
The branch main has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=541ae71a04fef1d0bc8f04037d28e9ea4e1174dd
commit 541ae71a04fef1d0bc8f04037d28e9ea4e1174dd
Author: Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2022-12-10 08:46:37 +0000
Commit: Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2022-12-10 08:54:42 +0000
net/lualdap: fix build for lua54 flavor
PR: 220281
---
net/lualdap/Makefile | 1 +
1 file changed, 1 insertion(+)
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" \