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:   maya
Date:           Fri Jun  7 19:15:44 UTC 2019

Modified Files:
        pkgsrc/www/firefox: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.381 -r1.382 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.381 pkgsrc/www/firefox/Makefile:1.382
--- pkgsrc/www/firefox/Makefile:1.381   Wed Jun  5 13:04:37 2019
+++ pkgsrc/www/firefox/Makefile Fri Jun  7 19:15:44 2019
@@ -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}/f
 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