Skip to content

Commit

Permalink
security/mate-pam-helper: Fix build with llvm16
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Jul 23, 2023
1 parent db739c0 commit ab19dba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions security/mate-pam-helper/Makefile
Expand Up @@ -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 comments on commit ab19dba

Please sign in to comment.