pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox Require GCC 4.9 or later. Thank you, oster@
details: https://anonhg.NetBSD.org/pkgsrc/rev/ccbec6d9d090
branches: trunk
changeset: 361916:ccbec6d9d090
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sat Apr 29 02:45:20 2017 +0000
description:
Require GCC 4.9 or later. Thank you, oster@
diffstat:
www/firefox/mozilla-common.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r b9c7257c0337 -r ccbec6d9d090 www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk Sat Apr 29 01:26:31 2017 +0000
+++ b/www/firefox/mozilla-common.mk Sat Apr 29 02:45:20 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.92 2017/04/27 11:19:35 maya Exp $
+# $NetBSD: mozilla-common.mk,v 1.93 2017/04/29 02:45:20 ryoon Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -7,6 +7,8 @@
.include "../../mk/bsd.prefs.mk"
+GCC_REQD+= 4.9
+
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
BUILD_DEPENDS+= yasm>=1.1:../../devel/yasm
Home |
Main Index |
Thread Index |
Old Index