pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox Add BUILD_DEPENDS+= nasm-[0-9]*:../../deve...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c4c7ebc80747
branches: trunk
changeset: 334607:c4c7ebc80747
user: mef <mef%pkgsrc.org@localhost>
date: Sat Jun 01 12:52:10 2019 +0000
description:
Add BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm for AV1 support, thanks maya@ for review
configure.log from bulkbuild shows following:
| ERROR: nasm 2.13 or greater is required for AV1 support. Either install nasm or add --disable-av1 to your configure options.
| *** Error code 1
diffstat:
www/firefox/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r a23a33585b26 -r c4c7ebc80747 www/firefox/Makefile
--- a/www/firefox/Makefile Sat Jun 01 12:27:23 2019 +0000
+++ b/www/firefox/Makefile Sat Jun 01 12:52:10 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.378 2019/05/31 10:38:59 maya Exp $
+# $NetBSD: Makefile,v 1.379 2019/06/01 12:52:10 mef Exp $
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
MOZ_BRANCH= 67.0
@@ -39,6 +39,8 @@
NOT_PAX_MPROTECT_SAFE+= lib/${PKGBASE}/firefox-bin
NOT_PAX_MPROTECT_SAFE+= lib/${PKGBASE}/plugin-container
+BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm
+
# Avoid ld "invalid section index" errors.
BUILDLINK_TRANSFORM.SunOS+= rm:-fdata-sections
BUILDLINK_TRANSFORM.SunOS+= rm:-ffunction-sections
Home |
Main Index |
Thread Index |
Old Index