aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-08-17 17:55:01 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-08-19 22:40:52 +0000
commit477b0cfa0dc475af07a2e54bd2f6f9b4c3bb0017 (patch)
treec5a267f976e305ccc15e58987fa4dc7f12f976e5
parentb4cbdaccccb85773e20a01eff66780c7988b2203 (diff)
downloadports-477b0cfa0dc475af07a2e54bd2f6f9b4c3bb0017.tar.gz
ports-477b0cfa0dc475af07a2e54bd2f6f9b4c3bb0017.zip
irc/irssi-xmpp: fix build on powerpc64le
ld: error: relocation R_PPC64_TOC16_LO cannot be used against symbol read_settings; recompile with -fPIC
-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 807e988bf34a..b3b52c857363 100644
--- a/irc/irssi-xmpp/Makefile
+++ b/irc/irssi-xmpp/Makefile
@@ -30,6 +30,7 @@ CFLAGS_aarch64= -fPIC
CFLAGS_amd64= -fPIC
CFLAGS_i386= -fPIC
CFLAGS_powerpc64= -fPIC
+CFLAGS_powerpc64le= -fPIC
DATADIR= ${PREFIX}/share/irssi
DOCSDIR= ${PREFIX}/share/doc/irssi