Skip to content

Commit f37bc8e

Browse files
authored
pnetcdf: Fix Tahoe build
1 parent d654ce2 commit f37bc8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

science/pnetcdf/Portfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ if {${os.platform} eq "darwin" && ${os.arch} eq "powerpc"} {
4242
compiler.blacklist-append \
4343
{clang < 500} {*gcc-[34].*} {macports-gcc-[56]}
4444

45+
# Avoid duplicate LC_RPATH.
46+
compilers.add_gcc_rpath_support no
47+
4548
depends_build-append port:autoconf \
4649
port:automake \
4750
port:libtool \

0 commit comments

Comments
 (0)