summaryrefslogtreecommitdiff
path: root/lang/gcc34
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-04-06 04:07:24 +0000
committerrodent <rodent@pkgsrc.org>2013-04-06 04:07:24 +0000
commit5ab6118cf001ddacf4f2fd8fcd19c4747b847b58 (patch)
tree1063fcfc0f228f802b73a8af257ba7fd7eb31c42 /lang/gcc34
parent6e48e99f2221a84aec1599b78adcda088de98bd0 (diff)
downloadpkgsrc-5ab6118cf001ddacf4f2fd8fcd19c4747b847b58.tar.gz
"Definition of PKG_SKIP_REASON is deprecated. Use PKG_FAIL_REASON instead."
Diffstat (limited to 'lang/gcc34')
-rw-r--r--lang/gcc34/options.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/gcc34/options.mk b/lang/gcc34/options.mk
index 97b3abed90f..ebf7140f9ff 100644
--- a/lang/gcc34/options.mk
+++ b/lang/gcc34/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2012/12/31 03:20:12 dholland Exp $
+# $NetBSD: options.mk,v 1.4 2013/04/06 04:07:24 rodent Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gcc34
PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-c++ gcc-fortran gcc-java gcc-objc gcc-ada
@@ -88,14 +88,14 @@ ALT_GCC_RTS!= ${ALT_GCC} --print-file-name=adalib
. if !empty(ALT_GCC_RTS)
RALT_GCC_RTS= ${ALT_GCC_RTS:S%${LOCALBASE}%%:S%/%%}
. else
-PKG_SKIP_REASON+= "${ALT_GCC} does not appear to be an Ada compiler"
+PKG_FAIL_REASON+= "${ALT_GCC} does not appear to be an Ada compiler"
. endif
. else
-PKG_SKIP_REASON+= "Missing bootstrap Ada compiler"
+PKG_FAIL_REASON+= "Missing bootstrap Ada compiler"
. endif
. endif
. if !defined(ALT_GCC)
-PKG_SKIP_REASON+= "An Ada bootstrap compiler must be specified to build Ada"
+PKG_FAIL_REASON+= "An Ada bootstrap compiler must be specified to build Ada"
. endif
. if defined(ALT_GCC)