From 5446606de4fab401658a32f2e3016cd4c5f02afd Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 24 Nov 2004 02:19:46 +0000 Subject: Chase this to IGNORE on !i386. A new release is in the works that will work properly on 64-bit platforms. --- net/meanwhile/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net') diff --git a/net/meanwhile/Makefile b/net/meanwhile/Makefile index a9ef240a6519..ff60c0fdf4b3 100644 --- a/net/meanwhile/Makefile +++ b/net/meanwhile/Makefile @@ -23,7 +23,7 @@ USE_LIBTOOL_VER=15 .include .if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" +IGNORE= "Does not compile on !i386" .endif .include -- cgit