pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www mozilla-common.mk: use :Q with CPP in CONFIGURE_ENV.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1deefb9a7e25
branches: trunk
changeset: 379324:1deefb9a7e25
user: dholland <dholland%pkgsrc.org@localhost>
date: Sun May 15 00:37:26 2022 +0000
description:
mozilla-common.mk: use :Q with CPP in CONFIGURE_ENV.
Otherwise it blows up if CPP is $(CC) -E. Seen in the MacOS bulk builds.
(this commit syncs seamonkey and firefox52 with the newer firefoxes
that already have this fix)
diffstat:
www/firefox52/mozilla-common.mk | 4 ++--
www/seamonkey/mozilla-common.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r eb0e121673f0 -r 1deefb9a7e25 www/firefox52/mozilla-common.mk
--- a/www/firefox52/mozilla-common.mk Sat May 14 22:25:32 2022 +0000
+++ b/www/firefox52/mozilla-common.mk Sun May 15 00:37:26 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.13 2020/12/31 20:04:13 nia Exp $
+# $NetBSD: mozilla-common.mk,v 1.14 2022/05/15 00:37:26 dholland Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -90,7 +90,7 @@
CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}nsprpub/build/autoconf/config.sub
CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}/js/ctypes/libffi/config.sub
-CONFIGURE_ENV+= CPP=${CPP}
+CONFIGURE_ENV+= CPP=${CPP:Q}
ALL_ENV+= SHELL=${CONFIG_SHELL:Q}
# Build outside ${WRKSRC}
diff -r eb0e121673f0 -r 1deefb9a7e25 www/seamonkey/mozilla-common.mk
--- a/www/seamonkey/mozilla-common.mk Sat May 14 22:25:32 2022 +0000
+++ b/www/seamonkey/mozilla-common.mk Sun May 15 00:37:26 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.11 2022/04/18 18:34:33 dholland Exp $
+# $NetBSD: mozilla-common.mk,v 1.12 2022/05/15 00:37:26 dholland Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -123,7 +123,7 @@
CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}nsprpub/build/autoconf/config.sub
CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}/js/ctypes/libffi/config.sub
-CONFIGURE_ENV+= CPP=${CPP}
+CONFIGURE_ENV+= CPP=${CPP:Q}
ALL_ENV+= SHELL=${CONFIG_SHELL:Q}
# Build outside ${WRKSRC}
Home |
Main Index |
Thread Index |
Old Index