pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/firefox



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jun  1 12:52:10 UTC 2019

Modified Files:
        pkgsrc/www/firefox: Makefile

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.378 -r1.379 pkgsrc/www/firefox/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/firefox/Makefile
diff -u pkgsrc/www/firefox/Makefile:1.378 pkgsrc/www/firefox/Makefile:1.379
--- pkgsrc/www/firefox/Makefile:1.378   Fri May 31 10:38:59 2019
+++ pkgsrc/www/firefox/Makefile Sat Jun  1 12:52:10 2019
@@ -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}/f
 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