Skip to content
Snippets Groups Projects
Commit ab19dba7 authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

security/mate-pam-helper: Fix build with llvm16

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
parent db739c0e
No related branches found
No related tags found
No related merge requests found
......@@ -15,4 +15,10 @@ GH_ACCOUNT= GhostBSD
PLIST_FILES= bin/mate_pam_helper
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
CFLAGS+= -Wno-error=unused-but-set-variable
.endif
.include <bsd.port.mk>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment