summaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-06-19 09:31:33 +0000
committerkris <kris@FreeBSD.org>2004-06-19 09:31:33 +0000
commit77d77dcf159c01fcf9eea188ebd781f902564c72 (patch)
tree499aec15cc9aefd3f6d501be18f6d8171b4cab1f /irc
parentf3ef9c3f04bf14bfdebaa1ebb64df1e1ef564fa6 (diff)
downloadFreeBSD-ports-77d77dcf159c01fcf9eea188ebd781f902564c72.zip
FreeBSD-ports-77d77dcf159c01fcf9eea188ebd781f902564c72.tar.gz
BROKEN on amd64: Shared libraries must be compiled with -fPIC)
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 37ea521..802fefa 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
OpenPOWER on IntegriCloud