Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jun 2023 15:25:58 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6fc5c8b5029f - main - science/afni: fix with llvm16
Message-ID:  <202306271525.35RFPwwg023505@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6fc5c8b5029f30e57ccd1e42f9517d18e459c364

commit 6fc5c8b5029f30e57ccd1e42f9517d18e459c364
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2023-06-26 16:17:41 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-06-27 15:24:39 +0000

    science/afni: fix with llvm16
    
    Avoid incompatible function pointer types
    
    Reported by: pkg-fallout
---
 science/afni/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/science/afni/Makefile b/science/afni/Makefile
index f245d394e2cb..d6b69f902095 100644
--- a/science/afni/Makefile
+++ b/science/afni/Makefile
@@ -60,7 +60,7 @@ MAKE_ENV=	CC="${CC}" R_SHARE_DIR=${LOCALBASE}/lib/R/share
 MAKE_JOBS_UNSAFE=yes
 ALL_TARGET=	vastness suma
 
-CFLAGS+=	-fcommon
+CFLAGS+=	-fcommon -Wno-incompatible-function-pointer-types
 
 ###########################################################################
 # Install parameters



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