Skip to content

Commit

Permalink
security/rubygem-gpgme: Fix build with llvm16
Browse files Browse the repository at this point in the history
- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Jul 23, 2023
1 parent 3a4966a commit 6895005
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion security/rubygem-gpgme/Makefile
Expand Up @@ -17,9 +17,14 @@ LIB_DEPENDS= libassuan.so:security/libassuan \
libgpgme.so:security/gpgme

USES= gem pkgconfig shebangfix
SHEBANG_FILES= test/pinentry

CONFIGURE_ARGS= --use-system-libraries

SHEBANG_FILES= test/pinentry
.include <bsd.port.options.mk>

.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
CONFIGURE_ARGS+= --with-cflags="-Wno-error=incompatible-function-pointer-types"
.endif

.include <bsd.port.mk>

0 comments on commit 6895005

Please sign in to comment.