pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/gcc48 GCC_REQD+=4.4, because 4.2 can't build it d...
details: https://anonhg.NetBSD.org/pkgsrc/rev/903a418e72ca
branches: trunk
changeset: 649777:903a418e72ca
user: rodent <rodent%pkgsrc.org@localhost>
date: Fri Apr 10 00:32:08 2015 +0000
description:
GCC_REQD+=4.4, because 4.2 can't build it due to the package needing
omp_lock_t.
diffstat:
lang/gcc48/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 54f915d12a12 -r 903a418e72ca lang/gcc48/Makefile
--- a/lang/gcc48/Makefile Thu Apr 09 21:35:51 2015 +0000
+++ b/lang/gcc48/Makefile Fri Apr 10 00:32:08 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2015/03/12 14:56:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.20 2015/04/10 00:32:08 rodent Exp $
GCC_PKGNAME= gcc48
.include "version.mk"
@@ -25,6 +25,7 @@
USE_LANGUAGES= c c++
USE_TOOLS+= gmake makeinfo sed:run
GNU_CONFIGURE= yes
+GCC_REQD+= 4.4
## Build outside ${WRKSRC}
OBJDIR= ../build
CONFIGURE_DIRS= ${OBJDIR}
Home |
Main Index |
Thread Index |
Old Index