diff options
author | Andrew Turner <andrew@FreeBSD.org> | 2015-08-09 22:24:04 +0000 |
---|---|---|
committer | Andrew Turner <andrew@FreeBSD.org> | 2015-08-09 22:24:04 +0000 |
commit | 605de447c0638d9459d506a094bc699cc9646220 (patch) | |
tree | b32e323db43990d5dd5010a12047aa5cf89ec396 /irc | |
parent | 683daeef9e1bc825bea458010fdbfce84e7ab116 (diff) | |
download | ports-605de447c0638d9459d506a094bc699cc9646220.tar.gz ports-605de447c0638d9459d506a094bc699cc9646220.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/irssi-xmpp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/irssi-xmpp/Makefile b/irc/irssi-xmpp/Makefile index 36d7e3617214..320886f0efec 100644 --- a/irc/irssi-xmpp/Makefile +++ b/irc/irssi-xmpp/Makefile @@ -21,6 +21,7 @@ USE_LDCONFIG= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" DATADIR= ${PREFIX}/share/irssi DOCSDIR= ${PREFIX}/share/doc/irssi +CFLAGS_aarch64= -fPIC CFLAGS_amd64= -fPIC OPTIONS_DEFINE= DOCS |