pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox firefox: GCC_REQD should be appended to, n...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ed4ce4caf03e
branches: trunk
changeset: 312976:ed4ce4caf03e
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Fri Sep 21 10:11:19 2018 +0000
description:
firefox: GCC_REQD should be appended to, not set.
Allows mozilla packages to build with newer GCC.
diffstat:
www/firefox/mozilla-common.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b27788aaf0a8 -r ed4ce4caf03e www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk Fri Sep 21 08:13:26 2018 +0000
+++ b/www/firefox/mozilla-common.mk Fri Sep 21 10:11:19 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.115 2018/09/16 09:11:54 maya Exp $
+# $NetBSD: mozilla-common.mk,v 1.116 2018/09/21 10:11:19 jperkin Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -48,7 +48,7 @@
TOOLS_PLATFORM.tar= ${TOOLS_PATH.bsdtar}
USE_TOOLS+= bsdtar
.endif
-GCC_REQD= 6.1
+GCC_REQD+= 6.1
.if !empty(MACHINE_PLATFORM:MNetBSD-[0-7]**-*) || \
!empty(MACHINE_PLATFORM:MNetBSD-8.[0-8]*-*)
USE_PKGSRC_GCC_RUNTIME= yes
Home |
Main Index |
Thread Index |
Old Index