This port was tested on 11.2-RELEASE (the oldest supported version) on amd64 and 12.0-RELEASE on powerpc64. Since 12.0-RELEASE amd64 uses lld.
This port doesn't link with lld. Fix that (LLD_UNSAFE doesn't work) and remove additional -march=native.
Differential D20268
games/fs2open: fix linking on 12.0 and higher when using LLVM pkubaj on May 15 2019, 10:21 PM. Authored by Tags None Referenced Files
Subscribers
Details
This port was tested on 11.2-RELEASE (the oldest supported version) on amd64 and 12.0-RELEASE on powerpc64. Since 12.0-RELEASE amd64 uses lld. This port doesn't link with lld. Fix that (LLD_UNSAFE doesn't work) and remove additional -march=native.
Diff Detail
Event Timeline
Comment Actions Looks good to me and builds fine on 13.0/amd64, thanks. I'd bump PORTREVISION too to trigger a rebuild since the build is without -march=native now and because CFLAGS, CXXFLAGS, LDFLAGS are actually respected by the build now.
|