diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2023-06-26 16:17:41 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2023-06-27 15:24:39 +0000 |
commit | 6fc5c8b5029f30e57ccd1e42f9517d18e459c364 (patch) | |
tree | d567048becd833ef6979ef6d1dc01f02d25dd4a9 /science | |
parent | 92894f63179e3bf690f81c214b8d037d24625766 (diff) | |
download | ports-6fc5c8b5029f30e57ccd1e42f9517d18e459c364.tar.gz ports-6fc5c8b5029f30e57ccd1e42f9517d18e459c364.zip |
science/afni: fix with llvm16
Avoid incompatible function pointer types
Reported by: pkg-fallout
Diffstat (limited to 'science')
-rw-r--r-- | science/afni/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |