summaryrefslogtreecommitdiff
path: root/irc/tr-ircd
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-19 11:56:38 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-19 11:56:38 +0000
commitc2bc6db2db27f1eceeb621c090b12d958fceced4 (patch)
tree88334cf3909d2e3fcaad36f3f03e487d6acb24da /irc/tr-ircd
parent- This also need pear-PEAR. (diff)
BROKEN on amd64: Does not compile
Notes
Notes: svn path=/head/; revision=104617
Diffstat (limited to 'irc/tr-ircd')
-rw-r--r--irc/tr-ircd/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/irc/tr-ircd/Makefile b/irc/tr-ircd/Makefile
index a0eca603e56d..95f0c47c2863 100644
--- a/irc/tr-ircd/Makefile
+++ b/irc/tr-ircd/Makefile
@@ -41,6 +41,10 @@ CONFIGURE_ARGS+=--enable-small-nets
.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64"
+BROKEN= "Does not compile on amd64"
+.endif
+
.if ${OSVERSION} >= 400014 && !defined(WITHOUT_IPV6)
CONFIGURE_ARGS+=--enable-ipv6
.endif