pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/seamonkey
Module Name: pkgsrc
Committed By: nia
Date: Sun Jun 28 11:32:04 UTC 2020
Modified Files:
pkgsrc/www/seamonkey: mozilla-common.mk
Log Message:
seamonkey: Fix PLIST for aarch64
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/seamonkey/mozilla-common.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/seamonkey/mozilla-common.mk
diff -u pkgsrc/www/seamonkey/mozilla-common.mk:1.3 pkgsrc/www/seamonkey/mozilla-common.mk:1.4
--- pkgsrc/www/seamonkey/mozilla-common.mk:1.3 Sun Jun 14 15:33:28 2020
+++ pkgsrc/www/seamonkey/mozilla-common.mk Sun Jun 28 11:32:04 2020
@@ -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_VARS+= sps vorbis tremor glskia th
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