graphics/Hermes: allow linking with lld on i386

By default lld does not allow relocations against read-only segments.
Add -Wl,-znotext to override the default.  No effect on GNU ld, where
this just reaffirms the default.

Approved by:	portmgr (lld blanket)
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2018-09-18 20:12:04 +00:00
parent 0efdc7dba4
commit 4ae7963322
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480079

View File

@ -15,6 +15,7 @@ GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= gmake libtool tar:bzip2
USE_LDCONFIG= yes
LDFLAGS_i386= -Wl,-znotext
PORTDOCS= *