aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-19 18:00:07 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-19 19:27:15 +0000
commitd3e06072f27e82176edac740960b0084ce4ef641 (patch)
tree36c3136949defd7a523a85539e05882ed5c477ae
parent173a5b23dbf7adc8b790e5e90ace2db2a4c26416 (diff)
downloadports-d3e06072f27e82176edac740960b0084ce4ef641.tar.gz
ports-d3e06072f27e82176edac740960b0084ce4ef641.zip
devel/ruby-subversion: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
-rw-r--r--devel/ruby-subversion/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ruby-subversion/Makefile b/devel/ruby-subversion/Makefile
index e5b3ba6bb22f..b7ec897663cb 100644
--- a/devel/ruby-subversion/Makefile
+++ b/devel/ruby-subversion/Makefile
@@ -25,7 +25,7 @@ INSTALL_TARGET= install-swig-rb
CFLAGS+= -fdeclspec
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
-CFLAGS+= -Wno-error=int-conversion
+CFLAGS+= -Wno-error=int-conversion -Wno-error=incompatible-function-pointer-types
.endif
.include <bsd.port.post.mk>