freebsd-ports/textproc/rubygem-fast_xs/Makefile
Muhammad Moinur Rahman 3a8028c3d1 textproc/rubygem-fast_xs: Fix build with llvm16
Sponsored by:	The FreeBSD Foundation
2023-08-02 18:22:20 +02:00

22 lines
509 B
Makefile

PORTNAME= fast_xs
PORTVERSION= 0.8.0
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Systems integration framework. Expander
WWW= http://fast-xs.rubyforge.org/
LICENSE= MIT
USES= gem
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
CONFIGURE_ARGS+= --with-cflags="-Wno-error=incompatible-function-pointer-types"
.endif
.include <bsd.port.mk>