Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jul 2023 15:50:53 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0746f8537318 - main - security/mate-pam-helper: Fix build with llvm16
Message-ID:  <202307181550.36IForQM074136@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307181550.36IForQM074136>