summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authormaya <maya>2016-09-28 12:07:27 +0000
committermaya <maya>2016-09-28 12:07:27 +0000
commite2dcce066fc21d292951fc2e085c0e695b9dffdb (patch)
tree917ca0ec07d7ca1ee9997803902aac07a04998d4 /lang
parentae716560953a9c0c7f393f1c5815f918adcb5438 (diff)
downloadpkgsrc-e2dcce066fc21d292951fc2e085c0e695b9dffdb.tar.gz
lang/gcc47: don't build gcc-java by default on NetBSD
it fails at configure as an unsupported language for powerpc, and is not too useful. not bumping pkgrevision as requested - it shouldn't matter to anyone who already has the package, even on netbsd, and avoids an expensive rebuild.
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc47/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc47/options.mk b/lang/gcc47/options.mk
index 6fe428576f4..2697e505cac 100644
--- a/lang/gcc47/options.mk
+++ b/lang/gcc47/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.12 2016/02/25 14:42:56 jperkin Exp $
+# $NetBSD: options.mk,v 1.13 2016/09/28 12:07:27 maya Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.${GCC_PKGNAME}
PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-c++ gcc-fortran gcc-java \
@@ -7,7 +7,7 @@ PKG_SUGGESTED_OPTIONS= gcc-c++ gcc-fortran gcc-objc gcc-objc++
PKG_SUGGESTED_OPTIONS.DragonFly+= nls
PKG_SUGGESTED_OPTIONS.Linux+= nls gcc-java
-PKG_SUGGESTED_OPTIONS.NetBSD+= nls gcc-java
+PKG_SUGGESTED_OPTIONS.NetBSD+= nls
PKG_SUGGESTED_OPTIONS.SunOS+= gcc-go gcc-inplace-math
PKG_SUGGESTED_OPTIONS.*+= gcc-java