git: 1f42cbbadb84 - main - biology/wise: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Jul 2023 19:58:08 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1f42cbbadb84f0f50087d28aa8a349bcab2760df
commit 1f42cbbadb84f0f50087d28aa8a349bcab2760df
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-21 19:54:44 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-21 19:57:53 +0000
biology/wise: Fix build with llvm16
Sponsored by: The FreeBSD Foundation
---
biology/wise/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/biology/wise/Makefile b/biology/wise/Makefile
index 8331a0ee0c81..4ec5fde05dd7 100644
--- a/biology/wise/Makefile
+++ b/biology/wise/Makefile
@@ -51,6 +51,10 @@ DATAFILES= BLOSUM30.bla BLOSUM45.bla BLOSUM62.bla BLOSUM80.bla aa.rnd \
CFLAGS+= -Wno-error=int-conversion
.endif
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
+CFLAGS+= -Wno-error=incompatible-function-pointer-types
+.endif
+
post-patch:
@${FIND} ${BUILD_WRKSRC} -name "makefile" | ${XARGS} \
${REINPLACE_CMD} -e \