pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox firefox: Appease pkglint
details: https://anonhg.NetBSD.org/pkgsrc/rev/61719068841c
branches: trunk
changeset: 412863:61719068841c
user: nia <nia%pkgsrc.org@localhost>
date: Thu Mar 12 19:34:56 2020 +0000
description:
firefox: Appease pkglint
diffstat:
www/firefox/mozilla-common.mk | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r f2016941394e -r 61719068841c www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk Thu Mar 12 19:26:17 2020 +0000
+++ b/www/firefox/mozilla-common.mk Thu Mar 12 19:34:56 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.153 2020/02/21 15:13:12 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.154 2020/03/12 19:34:56 nia Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -36,8 +36,8 @@
.endif
# For rustc/cargo detection
-CONFIGURE_ARGS+= --target=${MACHINE_GNU_PLATFORM:Q}
-CONFIGURE_ARGS+= --host=${MACHINE_GNU_PLATFORM:Q}
+CONFIGURE_ARGS+= --target=${MACHINE_GNU_PLATFORM}
+CONFIGURE_ARGS+= --host=${MACHINE_GNU_PLATFORM}
CONFIGURE_ENV+= BINDGEN_CFLAGS="-isystem${PREFIX}/include/nspr \
-isystem${X11BASE}/include/pixman-1"
@@ -121,7 +121,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}
# Build outside ${WRKSRC}
# Try to avoid conflict with config/makefiles/xpidl/Makefile.in
Home |
Main Index |
Thread Index |
Old Index