aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-18 19:18:29 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-18 22:23:27 +0000
commit0493712d19937788d762c59b5692184d1e49cb67 (patch)
treec1ba89a9aa090b6e1781f0602f6369faf27997fd
parent66f37d3f105add9afe3ffd568c1b7b203982521f (diff)
downloadports-0493712d19937788d762c59b5692184d1e49cb67.tar.gz
ports-0493712d19937788d762c59b5692184d1e49cb67.zip
devel/py-rchitect: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
-rw-r--r--devel/py-rchitect/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-rchitect/Makefile b/devel/py-rchitect/Makefile
index 9243e63a7df7..563b82739a31 100644
--- a/devel/py-rchitect/Makefile
+++ b/devel/py-rchitect/Makefile
@@ -21,7 +21,7 @@ USE_PYTHON= distutils autoplist
.include <bsd.port.pre.mk>
.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
post-install: