diff options
author | tv <tv> | 1998-09-27 03:29:34 +0000 |
---|---|---|
committer | tv <tv> | 1998-09-27 03:29:34 +0000 |
commit | f53f87929370020c1b521807c71b010cecc69ba4 (patch) | |
tree | 3e1a9a9b42c482b332113e9633e2172fd69bae6c | |
parent | 3a3229f91eea48610080d205b944980f96179be6 (diff) | |
download | pkgsrc-f53f87929370020c1b521807c71b010cecc69ba4.tar.gz |
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.
-rw-r--r-- | www/mozilla/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |