aboutsummaryrefslogtreecommitdiff
path: root/irc/irssi-xmpp
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-03-23 13:04:36 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-03-23 13:04:36 +0000
commit66a1820465ccb9954e108a0fabdb243a65c7e70b (patch)
tree9588c1055cc0afb9aeaa64027e24ba415da84696 /irc/irssi-xmpp
parentdd087e4403f01b71ec9a31c76240cf6a38a947a5 (diff)
downloadports-66a1820465ccb9954e108a0fabdb243a65c7e70b.tar.gz
ports-66a1820465ccb9954e108a0fabdb243a65c7e70b.zip
irc/irssi-xmpp: fix build on powerpc64 elfv2
LLd10 10 fails with: ld: error: relocation R_PPC64_TOC16_LO cannot be used against symbol read_settings; recompile with -fPIC >>> defined in xmpp-settings.o >>> referenced by xmpp-settings.c >>> xmpp-settings.o:(xmpp_settings_deinit)
Notes
Notes: svn path=/head/; revision=528973
Diffstat (limited to 'irc/irssi-xmpp')
-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 3d500294cb1f..dcf91ac60b3b 100644
--- a/irc/irssi-xmpp/Makefile
+++ b/irc/irssi-xmpp/Makefile
@@ -24,6 +24,7 @@ DOCSDIR= ${PREFIX}/share/doc/irssi
CFLAGS_aarch64= -fPIC
CFLAGS_amd64= -fPIC
CFLAGS_i386= -fPIC
+CFLAGS_powerpc64= -fPIC
OPTIONS_DEFINE= DOCS