pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/firefox68
Module Name: pkgsrc
Committed By: nia
Date: Fri Jun 18 13:31:32 UTC 2021
Modified Files:
pkgsrc/www/firefox68: mozilla-common.mk
Log Message:
firefox68: Fix NetBSD version pattern in mozilla-common
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/firefox68/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/firefox68/mozilla-common.mk
diff -u pkgsrc/www/firefox68/mozilla-common.mk:1.17 pkgsrc/www/firefox68/mozilla-common.mk:1.18
--- pkgsrc/www/firefox68/mozilla-common.mk:1.17 Thu Dec 31 20:04:14 2020
+++ pkgsrc/www/firefox68/mozilla-common.mk Fri Jun 18 13:31:32 2021
@@ -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 @@ test:
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