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: nia
Date: Thu Mar 12 19:34:57 UTC 2020
Modified Files:
pkgsrc/www/firefox: mozilla-common.mk
Log Message:
firefox: Appease pkglint
To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 pkgsrc/www/firefox/mozilla-common.mk
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/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.153 pkgsrc/www/firefox/mozilla-common.mk:1.154
--- pkgsrc/www/firefox/mozilla-common.mk:1.153 Fri Feb 21 15:13:12 2020
+++ pkgsrc/www/firefox/mozilla-common.mk Thu Mar 12 19:34:56 2020
@@ -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 @@ BUILD_DEPENDS+= yasm>=1.1:../../devel/y
.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}js/
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