Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/seamonkey seamonkey: Fix PLIST for aarch64
details: https://anonhg.NetBSD.org/pkgsrc/rev/1254f18885c3
branches: trunk
changeset: 434924:1254f18885c3
user: nia <nia%pkgsrc.org@localhost>
date: Sun Jun 28 11:32:04 2020 +0000
description:
seamonkey: Fix PLIST for aarch64
diffstat:
www/seamonkey/mozilla-common.mk | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 73239cfdb0b4 -r 1254f18885c3 www/seamonkey/mozilla-common.mk
--- a/www/seamonkey/mozilla-common.mk Sun Jun 28 10:21:09 2020 +0000
+++ b/www/seamonkey/mozilla-common.mk Sun Jun 28 11:32:04 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.3 2020/06/14 15:33:28 nia Exp $
+# $NetBSD: mozilla-common.mk,v 1.4 2020/06/28 11:32:04 nia Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -121,8 +121,9 @@
PLIST.glskia= yes
.endif
-.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
-PLIST.avx86= yes # see media/libav/README_MOZILLA: only used on x86
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" || \
+ ${MACHINE_ARCH} == "aarch64"
+PLIST.avx86= yes # see media/libav/README_MOZILLA
.endif
.if ${MACHINE_ARCH} != "sparc64"
Home |
Main Index |
Thread Index |
Old Index