Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jul 2023 19:58:08 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1f42cbbadb84 - main - biology/wise: Fix build with llvm16
Message-ID:  <202307211958.36LJw8Iq041308@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307211958.36LJw8Iq041308>