1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-04-30 02:26:38 -04:00

textproc/rubygem-fast_xs: Clean up Makefile

This commit is contained in:
Po-Chuan Hsieh 2024-09-09 02:34:57 +08:00
parent e2e89aba40
commit f95c041283
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -13,10 +13,6 @@ 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
CONFIGURE_ARGS= --with-cflags=-Wno-incompatible-function-pointer-types
.include <bsd.port.mk>