From ff5f768f221ffdafefeb7a5c923febf63f3efb6a Mon Sep 17 00:00:00 2001 From: Steve Price Date: Tue, 22 Jun 1999 17:03:43 +0000 Subject: On the Alpha this port's build dies with a compiler error in function fixup_memory_subreg. --- x11-toolkits/neXtaw/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'x11-toolkits') diff --git a/x11-toolkits/neXtaw/Makefile b/x11-toolkits/neXtaw/Makefile index c0a9215205a9..db381aee3769 100644 --- a/x11-toolkits/neXtaw/Makefile +++ b/x11-toolkits/neXtaw/Makefile @@ -3,7 +3,7 @@ # Date created: 16 January 1997 # Whom: Thomas Gellekum # -# $Id: Makefile,v 1.9 1998/10/28 08:06:37 tg Exp $ +# $Id: Makefile,v 1.10 1998/11/14 09:43:30 asami Exp $ # DISTNAME= neXtaw-0.5.1 @@ -13,6 +13,10 @@ EXTRACT_SUFX= .tar.gz.bin MAINTAINER= tg@FreeBSD.ORG +.if ${MACHINE_ARCH} == "alpha" +BROKEN= compiler error in funtion fixup_memory_subreg +.endif + USE_IMAKE= yes .include -- cgit v1.2.3