summaryrefslogtreecommitdiff
path: root/www/firefox91
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2022-01-13 01:25:23 +0000
committergutteridge <gutteridge@pkgsrc.org>2022-01-13 01:25:23 +0000
commitdf9e7af8bfa219583ef6318fda7a9c3995556c48 (patch)
treef7d825a69113db9e5b6be17bf5d3cbe1a242624b /www/firefox91
parent1004df3f13e54347641103b1dd4fb55459b1e095 (diff)
downloadpkgsrc-df9e7af8bfa219583ef6318fda7a9c3995556c48.tar.gz
firefox91: address some items noted by pkglint
Diffstat (limited to 'www/firefox91')
-rw-r--r--www/firefox91/mozilla-common.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/firefox91/mozilla-common.mk b/www/firefox91/mozilla-common.mk
index 2520024e751..19d19e58b7c 100644
--- a/www/firefox91/mozilla-common.mk
+++ b/www/firefox91/mozilla-common.mk
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.4 2022/01/07 15:06:21 tnn Exp $
+# $NetBSD: mozilla-common.mk,v 1.5 2022/01/13 01:25:23 gutteridge Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -59,13 +59,13 @@ test:
.if ${OPSYS} == "OpenBSD"
TOOLS_PLATFORM.tar= ${TOOLS_PATH.bsdtar}
USE_TOOLS+= bsdtar
+.else
+USE_TOOLS+= tar
.endif
-PLIST_VARS+= i386
.if ${MACHINE_ARCH} == "i386"
# This is required for SSE2 code under i386.
-CXXFLAGS+= -mstackrealign
-PLIST.i386= yes
+CXXFLAGS+= -mstackrealign
.endif
CHECK_PORTABILITY_SKIP+= ${MOZILLA_DIR}security/nss/tests/libpkix/libpkix.sh
@@ -139,7 +139,7 @@ ALL_ENV+= SHELL=${CONFIG_SHELL:Q}
# Build outside ${WRKSRC}
# Try to avoid conflict with config/makefiles/xpidl/Makefile.in
-.if ${MAINTAINER_INTERNAL:Uno} == "yes
+.if ${MAINTAINER_INTERNAL:Uno} == "yes"
OBJDIR= ../no-node-build
.else
OBJDIR= ../build