pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox68 firefox68: Fix NetBSD version pattern in...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6b5e70d4d2b9
branches: trunk
changeset: 454773:6b5e70d4d2b9
user: nia <nia%pkgsrc.org@localhost>
date: Fri Jun 18 13:31:32 2021 +0000
description:
firefox68: Fix NetBSD version pattern in mozilla-common
diffstat:
www/firefox68/mozilla-common.mk | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 537cbbf0ae4d -r 6b5e70d4d2b9 www/firefox68/mozilla-common.mk
--- a/www/firefox68/mozilla-common.mk Fri Jun 18 13:30:31 2021 +0000
+++ b/www/firefox68/mozilla-common.mk Fri Jun 18 13:31:32 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.17 2020/12/31 20:04:14 nia Exp $
+# $NetBSD: mozilla-common.mk,v 1.18 2021/06/18 13:31:32 nia Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -53,8 +53,7 @@
TOOLS_PLATFORM.tar= ${TOOLS_PATH.bsdtar}
USE_TOOLS+= bsdtar
.endif
-.if !empty(MACHINE_PLATFORM:MNetBSD-[0-7]**-*) || \
- !empty(MACHINE_PLATFORM:MNetBSD-8.[0-8]*-*)
+.if !empty(MACHINE_PLATFORM:MNetBSD-[7-8].*-*)
USE_PKGSRC_GCC_RUNTIME= yes
.endif
.if ${MACHINE_ARCH} == "i386"
Home |
Main Index |
Thread Index |
Old Index