summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-19 13:45:17 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-19 13:45:17 +0000
commitb46b32a83a2bb323afea411a720a816a0d905d14 (patch)
tree8b1b58af210df0b8351f066c858003dcbc1fb277 /news
parentBROKEN on ia64: Fails to link (diff)
BROKEN on ia64: Does not compile
Notes
Notes: svn path=/head/; revision=104632
Diffstat (limited to 'news')
-rw-r--r--news/inn-current/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile
index f38d79ea26a9..a0c0fa90a30a 100644
--- a/news/inn-current/Makefile
+++ b/news/inn-current/Makefile
@@ -130,6 +130,10 @@ MAN8= actsync.8 actsyncd.8 archive.8 auth_smb.8 batcher.8 buffchan.8 \
.include <bsd.port.pre.mk>
+.if ${ARCH} == "ia64"
+BROKEN= "Does not compile on ia64"
+.endif
+
.if defined(WITH_STANDARD_ETC)
ETC_DIR= ${PREFIX}/etc/inn
PLIST_SUB+= ETCDIR="etc/inn"