diff options
Diffstat (limited to 'news')
-rw-r--r-- | news/inn-current/Makefile | 4 |
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" |