summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-06-19 09:31:33 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-06-19 09:31:33 +0000
commitd01f79fbfcd1831886e75b178f4f0b3c40f661ed (patch)
tree50eb1eb19ab37b0671c4f6c6d48cbd283bd4f344 /irc
parentBROKEN: Unfetchable (diff)
BROKEN on amd64: Shared libraries must be compiled with -fPIC)
Notes
Notes: svn path=/head/; revision=111804
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