summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2019-06-01 12:52:10 +0000
committermef <mef@pkgsrc.org>2019-06-01 12:52:10 +0000
commit43375c84489be0beb70d1598f8d15a06ac75e0b0 (patch)
tree86e9850cfbc32d7811123ec6b7e50e11bd30f9d8 /www
parentf5bb2b49bfdf69b8d908bc1125644c0b3d2dce51 (diff)
downloadpkgsrc-43375c84489be0beb70d1598f8d15a06ac75e0b0.tar.gz
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 (limited to 'www')
-rw-r--r--www/firefox/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 7bd84fa93ce..ad9e16772d6 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -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
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