From a24da2b61e39cb6daf167a206df664e7685d16eb Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 27 Sep 1998 03:29:34 +0000 Subject: Currently, and for 1.3.x, this does NOT work on arm32. Perhaps it's related to some unsigned char lossage, but I do not yet have time to look at it. Set NOT_FOR_ARCHS appropriately. --- www/mozilla/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index 45256d42c67..0c4b2fc7180 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1998/08/20 15:17:31 tsarna Exp $ +# $NetBSD: Makefile,v 1.15 1998/09/27 03:29:34 tv Exp $ # DISTNAME= mozilla-19980728 @@ -16,6 +16,8 @@ USE_GMAKE= yes USE_PERL5= yes USE_MOTIF= yes +NOT_FOR_ARCHS= arm32 # Cause not yet known + CONFLICTS= mozilla-19980603 mozilla-19980429 WRKSRC= ${WRKDIR}/mozilla -- cgit v1.2.3