pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox firefox: follow rjs@ commit to libaom: nas...
details: https://anonhg.NetBSD.org/pkgsrc/rev/975067a11f53
branches: trunk
changeset: 334871:975067a11f53
user: maya <maya%pkgsrc.org@localhost>
date: Fri Jun 07 19:15:44 2019 +0000
description:
firefox: follow rjs@ commit to libaom: nasm is mostly a tool for x86
assembly, so I'm going to assume it's only needed for x86 builds on
firefox as well.
diffstat:
www/firefox/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 348c07df42ab -r 975067a11f53 www/firefox/Makefile
--- a/www/firefox/Makefile Fri Jun 07 19:09:19 2019 +0000
+++ b/www/firefox/Makefile Fri Jun 07 19:15:44 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.381 2019/06/05 13:04:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.382 2019/06/07 19:15:44 maya Exp $
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
MOZ_BRANCH= 67.0
@@ -38,7 +38,9 @@
NOT_PAX_MPROTECT_SAFE+= lib/${PKGBASE}/firefox-bin
NOT_PAX_MPROTECT_SAFE+= lib/${PKGBASE}/plugin-container
+.if ${MACHINE_ARCH} == x86_64 || ${MACHINE_ARCH} == i386
BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm
+.endif
# Avoid ld "invalid section index" errors.
BUILDLINK_TRANSFORM.SunOS+= rm:-fdata-sections
Home |
Main Index |
Thread Index |
Old Index