pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/clang This builds with gcc 4.8 too, don't make me...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b406377f8b51
branches:  trunk
changeset: 641685:b406377f8b51
user:      riz <riz%pkgsrc.org@localhost>
date:      Sat Nov 15 00:04:33 2014 +0000

description:
This builds with gcc 4.8 too, don't make me build 4.7.

diffstat:

 lang/clang/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ef9059f1520d -r b406377f8b51 lang/clang/Makefile
--- a/lang/clang/Makefile       Fri Nov 14 22:46:31 2014 +0000
+++ b/lang/clang/Makefile       Sat Nov 15 00:04:33 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2014/10/14 16:26:00 taca Exp $
+# $NetBSD: Makefile,v 1.33 2014/11/15 00:04:33 riz Exp $
 
 DISTNAME=      clang-3.5.0
 CATEGORIES=    lang
@@ -18,7 +18,7 @@
 
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            chown gmake groff pod2html pod2man
-GCC_REQD+=             4.7
+GCC_REQD+=             4.7 4.8
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-assertions
 CONFIGURE_ARGS+=       --disable-bindings      # disable OCaml



Home | Main Index | Thread Index | Old Index