From 0649565390cb886b9cb40c857a7eed28a23ce9ec Mon Sep 17 00:00:00 2001 From: kris Date: Fri, 19 Mar 2004 13:45:17 +0000 Subject: BROKEN on ia64: Does not compile --- news/inn-current/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'news') 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 +.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" -- cgit