mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
irc/irssi-xmpp: fix build on powerpc64le
ld: error: relocation R_PPC64_TOC16_LO cannot be used against symbol read_settings; recompile with -fPIC
This commit is contained in:
parent
b4cbdacccc
commit
477b0cfa0d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user