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.
This commit is contained in:
parent
f3c41a9854
commit
a163cbc985
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue