pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2020Q3]: pkgsrc/www/firefox78 Pullup ticket #6369 - requested ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/944aa1347c21
branches:  pkgsrc-2020Q3
changeset: 443335:944aa1347c21
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Thu Dec 10 19:54:33 2020 +0000

description:
Pullup ticket #6369 - requested by riastradh
www/firefox78: build fix

(via patch)

Add build dependency to expat Python module.

diffstat:

 www/firefox78/mozilla-common.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 01fc4ca8af7f -r 944aa1347c21 www/firefox78/mozilla-common.mk
--- a/www/firefox78/mozilla-common.mk   Tue Nov 24 19:33:51 2020 +0000
+++ b/www/firefox78/mozilla-common.mk   Thu Dec 10 19:54:33 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.1 2020/07/30 08:09:28 nia Exp $
+# $NetBSD: mozilla-common.mk,v 1.1.2.1 2020/12/10 19:54:33 bsiegert Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -47,8 +47,10 @@
 # Depend on Python3 sqlite3 module.
 .if !empty(PYTHON_VERSION_DEFAULT:M3[6789])
 BUILD_DEPENDS+=                py${PYTHON_VERSION_DEFAULT}-sqlite3-[0-9]*:../../databases/py-sqlite3
+BUILD_DEPENDS+=                py${PYTHON_VERSION_DEFAULT}-expat-[0-9]*:../../textproc/py-expat
 .else
 BUILD_DEPENDS+=                py37-sqlite3-[0-9]*:../../databases/py-sqlite3
+BUILD_DEPENDS+=                py37-expat-[0-9]*:../../textproc/py-expat
 .endif
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 TOOL_DEPENDS+=         nasm>=2.14:../../devel/nasm



Home | Main Index | Thread Index | Old Index