aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-11-18 22:20:31 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-11-18 22:20:31 +0000
commit412cf469278d701d801737be6cb98b8008041d90 (patch)
tree7b8cc565e5bc7f20f238a5376648a8247a4e9046 /irc
parent25cfeceefb8783f7244743f850aabcc3e305d8b1 (diff)
downloadports-412cf469278d701d801737be6cb98b8008041d90.tar.gz
ports-412cf469278d701d801737be6cb98b8008041d90.zip
BROKEN on ia64: Does not build
Notes
Notes: svn path=/head/; revision=121922
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 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