Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox60 www/thunderbird60: skip SUBST block for ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7dcf2b7f3955
branches:  trunk
changeset: 431300:7dcf2b7f3955
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon May 11 18:06:38 2020 +0000

description:
www/thunderbird60: skip SUBST block for Python interpreter

The mentioned file only contains <(PYTHON), but not <(python).

diffstat:

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

diffs (23 lines):

diff -r 7f1edecbf0f7 -r 7dcf2b7f3955 www/firefox60/mozilla-common.mk
--- a/www/firefox60/mozilla-common.mk   Mon May 11 17:51:58 2020 +0000
+++ b/www/firefox60/mozilla-common.mk   Mon May 11 18:06:38 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.10 2020/04/28 06:56:48 riastradh Exp $
+# $NetBSD: mozilla-common.mk,v 1.11 2020/05/11 18:06:38 rillig Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -108,11 +108,13 @@
 CONFIGURE_ENV+=                CPP=${CPP}
 ALL_ENV+=              SHELL=${CONFIG_SHELL:Q}
 
+.if ${PKGPATH} != mail/thunderbird60
 SUBST_CLASSES+=                python
 SUBST_STAGE.python=    pre-configure
 SUBST_MESSAGE.python=  Fixing path to python.
 SUBST_FILES.python+=   media/webrtc/trunk/build/common.gypi
 SUBST_SED.python+=     -e 's,<!(python,<!(${PYTHONBIN},'
+.endif
 
 # Build outside ${WRKSRC}
 # Try to avoid conflict with config/makefiles/xpidl/Makefile.in



Home | Main Index | Thread Index | Old Index