diff options
author | tv <tv> | 1998-09-27 03:29:34 +0000 |
---|---|---|
committer | tv <tv> | 1998-09-27 03:29:34 +0000 |
commit | a24da2b61e39cb6daf167a206df664e7685d16eb (patch) | |
tree | 3e1a9a9b42c482b332113e9633e2172fd69bae6c /www | |
parent | 0a85b6bf275fb3c7774eaf29bb08997c9c954edc (diff) | |
download | pkgsrc-a24da2b61e39cb6daf167a206df664e7685d16eb.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.
Diffstat (limited to 'www')
-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 |