By default lld disallows relocations in read-only segments.
This port links some non-PIC code, which fails with lld as it defaults to disallowing relocations against read-only segments. For i386 we can just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's existing default.
PR: 230207
Aside: as I am not a ports committer I'm looking for one to provide explicit approval for commit.