pnetcdf: fix build on macOS 26

This commit is contained in:
Dave Allured
2025-12-10 09:07:19 -07:00
committed by GitHub
parent 91125d1ffa
commit 860b805dae
+3
View File
@@ -42,6 +42,9 @@ if {${os.platform} eq "darwin" && ${os.arch} eq "powerpc"} {
compiler.blacklist-append \
{clang < 500} {*gcc-[34].*} {macports-gcc-[56]}
# Avoid duplicate LC_RPATH.
compilers.add_gcc_rpath_support no
depends_build-append port:autoconf \
port:automake \
port:libtool \