aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-06 23:12:24 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-06 23:52:27 +0000
commit33daf2740a81554ab40a1519a3f195fe86778e74 (patch)
tree83f169223529ee93c819b46a8b9788d7097b51ac /textproc
parent21b24284ade5067a84c4373ecc4505a83ee98fe4 (diff)
downloadports-33daf2740a81554ab40a1519a3f195fe86778e74.tar.gz
ports-33daf2740a81554ab40a1519a3f195fe86778e74.zip
Diffstat (limited to 'textproc')
-rw-r--r--textproc/rubygem-ruby-xslt/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/rubygem-ruby-xslt/Makefile b/textproc/rubygem-ruby-xslt/Makefile
index 8a91c01741be..e8519cd375f4 100644
--- a/textproc/rubygem-ruby-xslt/Makefile
+++ b/textproc/rubygem-ruby-xslt/Makefile
@@ -14,4 +14,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USE_GNOME= libxslt
USES= gem gnome
+.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>