diff options
author | rodent <rodent@pkgsrc.org> | 2015-04-10 00:32:08 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-04-10 00:32:08 +0000 |
commit | 5fd6cf1e7e2903789152dd456be17cc6e60ef898 (patch) | |
tree | 2ff0b4c2bdfc51f29c97c0c083a9a2df5dcefab8 /lang/gcc48 | |
parent | 4c019b0bbef888423152265034b1ddd69a690865 (diff) | |
download | pkgsrc-5fd6cf1e7e2903789152dd456be17cc6e60ef898.tar.gz |
GCC_REQD+=4.4, because 4.2 can't build it due to the package needing
omp_lock_t.
Diffstat (limited to 'lang/gcc48')
-rw-r--r-- | lang/gcc48/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 2b4ff1cf225..1e4c176e21f 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -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 @@ NOT_FOR_PLATFORM= Interix-*-* 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} |