From 106fb1d11276336209d906c3aeedf0ced74ab644 Mon Sep 17 00:00:00 2001 From: jasper Date: Sun, 8 Nov 2009 13:32:27 +0000 Subject: [PATCH] - add mips64 to NOT_FOR_ARCHS --- lang/unicon/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/unicon/Makefile b/lang/unicon/Makefile index 6b359fcaf8b..bf6fe6ede10 100644 --- a/lang/unicon/Makefile +++ b/lang/unicon/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.17 2009/08/10 17:31:07 kili Exp $ +# $OpenBSD: Makefile,v 1.18 2009/11/08 13:32:27 jasper Exp $ # XXX crashes & hangs, to be dealt with -NOT_FOR_ARCHS= powerpc m68k hppa arm sparc +NOT_FOR_ARCHS= powerpc m68k hppa arm sparc mips64 COMMENT= programming language with generators, X11 graphics and more