aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-18 15:36:45 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-18 15:50:39 +0000
commit0746f853731866d8475f543e7370b1603304e05e (patch)
treeea2d4eb92b36a29572013b1c5f98e3122fc959dc
parent6af8587c10db067064ce935f6e5989ab09d30fba (diff)
downloadports-0746f853731866d8475f543e7370b1603304e05e.tar.gz
ports-0746f853731866d8475f543e7370b1603304e05e.zip
security/mate-pam-helper: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
-rw-r--r--security/mate-pam-helper/Makefile2
1 files changed, 1 insertions, 1 deletions
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