git: 0746f8537318 - main - security/mate-pam-helper: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jul 2023 15:50:53 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=0746f853731866d8475f543e7370b1603304e05e commit 0746f853731866d8475f543e7370b1603304e05e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-18 15:36:45 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-18 15:50:39 +0000 security/mate-pam-helper: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- security/mate-pam-helper/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/mate-pam-helper/Makefile b/security/mate-pam-helper/Makefile index 9b93301ab3d8..58d26bce1548 100644 --- a/security/mate-pam-helper/Makefile +++ b/security/mate-pam-helper/Makefile @@ -9,7 +9,7 @@ WWW= https://github.com/ghostbsd/mate-pam-helper LICENSE= BSD2CLAUSE USES= uidfix - +USE_CSTD= c11 USE_GITHUB= yes GH_ACCOUNT= GhostBSD