aboutsummaryrefslogtreecommitdiffstats
path: root/irc/anope
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-11-19 06:20:31 +0800
committerkris <kris@FreeBSD.org>2004-11-19 06:20:31 +0800
commitc57fe4515ae62330155dc77f2f0445f28605e64b (patch)
tree1c170e019168ecc1e49f5e2559185cd2bd56a53c /irc/anope
parent3ca0e7f071165cee42f0e4b97b2d25ba54270217 (diff)
downloadfreebsd-ports-gnome-c57fe4515ae62330155dc77f2f0445f28605e64b.tar.gz
freebsd-ports-gnome-c57fe4515ae62330155dc77f2f0445f28605e64b.tar.zst
freebsd-ports-gnome-c57fe4515ae62330155dc77f2f0445f28605e64b.zip
BROKEN on ia64: Does not build
Diffstat (limited to 'irc/anope')
-rw-r--r--irc/anope/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/irc/anope/Makefile b/irc/anope/Makefile
index 802fefa0b86c..55b818506b59 100644
--- a/irc/anope/Makefile
+++ b/irc/anope/Makefile
@@ -53,6 +53,10 @@ ANOPEUMASK?= 077
BROKEN= "Does not build on amd64 (shared libraries must be compiled with -fPIC)"
.endif
+.if ${ARCH} == "ia64"
+BROKEN= "Does not build on ia64"
+.endif
+
.if defined(WITH_MYSQL)
USE_MYSQL= yes
.endif