From db563a07ff4f726837f1dde1046bde499f217d8e Mon Sep 17 00:00:00 2001 From: pvalchev Date: Wed, 17 Aug 2005 02:16:03 +0000 Subject: [PATCH] mark as broken on sgi as well as hppa as it freaks out the machine too --- audio/flite/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/flite/Makefile b/audio/flite/Makefile index 9ae9cc51de8..a824c09cd00 100644 --- a/audio/flite/Makefile +++ b/audio/flite/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2004/12/22 07:00:14 espie Exp $ +# $OpenBSD: Makefile,v 1.6 2005/08/17 02:16:03 pvalchev Exp $ COMMENT= "text to speech utility" -.if ${MACHINE_ARCH} == "hppa" +.if ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "mips64" BROKEN= "gcc hang compiling cmu_us_kal_diphone.c" .endif