Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,4 +1,4 @@
# $NetBSD: compiler.mk,v 1.80 2012/12/12 20:49:01 marino Exp $
# $NetBSD: compiler.mk,v 1.81 2013/07/07 09:06:23 marino Exp $
#
# This Makefile fragment implements handling for supported C/C++/Fortran
# compilers.
@@ -99,6 +99,12 @@ _ACCEPTABLE_COMPILERS+= ${_compiler_}
_ACCEPTABLE_COMPILERS+= ${_COMPILERS}
.endif
# Currently only gcc-based compilers support Ada
# Override PKGSRC_COMPILER if Ada language specified
.if !empty(USE_LANGUAGES:Mada)
PKGSRC_COMPILER= gcc
.endif
.if defined(_ACCEPTABLE_COMPILERS)
. for _acceptable_ in ${_ACCEPTABLE_COMPILERS}
. for _compiler_ in ${PKGSRC_COMPILER}