diff options
author | emaste <emaste@FreeBSD.org> | 2018-09-19 04:12:04 +0800 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2018-09-19 04:12:04 +0800 |
commit | 98bdec20c1dd77eb6274c723349c85ed75143d44 (patch) | |
tree | 456f6283a7b1884b2fa7f8ba4e8d926dad2940a9 /graphics | |
parent | 2c126a61e87762a78293f2816e987749c174372a (diff) | |
download | freebsd-ports-gnome-98bdec20c1dd77eb6274c723349c85ed75143d44.tar.gz freebsd-ports-gnome-98bdec20c1dd77eb6274c723349c85ed75143d44.tar.zst freebsd-ports-gnome-98bdec20c1dd77eb6274c723349c85ed75143d44.zip |
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
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Hermes/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Hermes/Makefile b/graphics/Hermes/Makefile index 490ade65554d..4e17c8871758 100644 --- a/graphics/Hermes/Makefile +++ b/graphics/Hermes/Makefile @@ -15,6 +15,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= gmake libtool tar:bzip2 USE_LDCONFIG= yes +LDFLAGS_i386= -Wl,-znotext PORTDOCS= * |