Skip to content

Commit

Permalink
archivers/rubygem-bzip2-ruby: Fix build with llvm16
Browse files Browse the repository at this point in the history
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Jul 22, 2023
1 parent e22da79 commit ca332d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions archivers/rubygem-bzip2-ruby/Makefile
Expand Up @@ -13,4 +13,10 @@ LICENSE_COMB= dual

USES= gem

.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 ca332d5

Please sign in to comment.