pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox firefox: address some items noted by pkglint
details: https://anonhg.NetBSD.org/pkgsrc/rev/660374af4e67
branches: trunk
changeset: 371711:660374af4e67
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Thu Jan 13 01:20:39 2022 +0000
description:
firefox: address some items noted by pkglint
diffstat:
www/firefox/mozilla-common.mk | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (35 lines):
diff -r e5ef00df24bd -r 660374af4e67 www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk Wed Jan 12 21:39:44 2022 +0000
+++ b/www/firefox/mozilla-common.mk Thu Jan 13 01:20:39 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.219 2022/01/08 15:42:14 tnn Exp $
+# $NetBSD: mozilla-common.mk,v 1.220 2022/01/13 01:20:39 gutteridge Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -59,13 +59,13 @@
.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/*/*.sh
@@ -151,7 +151,7 @@
# 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
Home |
Main Index |
Thread Index |
Old Index