This port needs new GCC to build.
It also adds -mpopcnt to *FLAGS, which breaks build on non-x86. Since it optimizes for the host CPU, don't enable it.
PR: 239299
Differential D20997
science/rdkit: fix build on GCC architectures pkubaj on Jul 19 2019, 4:05 PM. Authored by Tags None Referenced Files
Subscribers None
Details
This port needs new GCC to build. It also adds -mpopcnt to *FLAGS, which breaks build on non-x86. Since it optimizes for the host CPU, don't enable it. PR: 239299
Diff Detail
Event Timeline
Comment Actions Don't include bsd.port.pre.mk, bsd.port.options.mk is enough. Also the .if is not exclusive to powerpc64, but to all big-endian architectures. Since there's no ports variable for endianness, we need to list all architectures.
|