summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
Diffstat (limited to 'irc')
-rw-r--r--irc/ircd-ru/Makefile8
-rw-r--r--irc/tr-ircd/Makefile4
2 files changed, 11 insertions, 1 deletions
diff --git a/irc/ircd-ru/Makefile b/irc/ircd-ru/Makefile
index 6ebf51001e36..d925efc60a5d 100644
--- a/irc/ircd-ru/Makefile
+++ b/irc/ircd-ru/Makefile
@@ -61,6 +61,12 @@ CONFIGURE_ARGS+=--enable-dnsbl
CONFIGURE_ARGS+=--enable-select
.endif
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Does not compile on amd64"
+.endif
+
pre-build:
@${ECHO_MSG} ""
@${ECHO_MSG} "NOTE:"
@@ -79,4 +85,4 @@ post-install:
@${CHOWN} -R ircd:ircd /var/run/ircd-ru
@cat ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
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