aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2018-09-18 17:47:21 +0000
committerEd Maste <emaste@FreeBSD.org>2018-09-18 17:47:21 +0000
commit7b36c32accfee527786062a51a43585815693a50 (patch)
treebc44179dd20bbcbefcb935757ecd4b85c68c9360 /irc
parent005eee745ff900da1e03fa203afda2d83e5da0f9 (diff)
downloadports-7b36c32accfee527786062a51a43585815693a50.tar.gz
ports-7b36c32accfee527786062a51a43585815693a50.zip
irc/irssi-xmpp: add -fPIC on i386, to allow linking with lld
By default lld does not allow non-PIC code where PIC is required. Other architectures already apply -fPIC; do so for i386 as well. Approved by: portmgr (lld blanket) Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=480048
Diffstat (limited to 'irc')
-rw-r--r--irc/irssi-xmpp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/irssi-xmpp/Makefile b/irc/irssi-xmpp/Makefile
index 420f60151eb8..5e46a1004f9c 100644
--- a/irc/irssi-xmpp/Makefile
+++ b/irc/irssi-xmpp/Makefile
@@ -24,6 +24,7 @@ DATADIR= ${PREFIX}/share/irssi
DOCSDIR= ${PREFIX}/share/doc/irssi
CFLAGS_aarch64= -fPIC
CFLAGS_amd64= -fPIC
+CFLAGS_i386= -fPIC
OPTIONS_DEFINE= DOCS