summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
Diffstat (limited to 'irc')
-rw-r--r--irc/anope/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/irc/anope/Makefile b/irc/anope/Makefile
index 37ea521867c5..802fefa0b86c 100644
--- a/irc/anope/Makefile
+++ b/irc/anope/Makefile
@@ -49,6 +49,10 @@ ANOPEUMASK?= 077
.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64"
+BROKEN= "Does not build on amd64 (shared libraries must be compiled with -fPIC)"
+.endif
+
.if defined(WITH_MYSQL)
USE_MYSQL= yes
.endif