diff options
author | marino <marino@pkgsrc.org> | 2012-08-07 15:16:35 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-08-07 15:16:35 +0000 |
commit | 0fbd5a8ef1febd3ab7d594c8fd7c8431fff9bd38 (patch) | |
tree | eb5fd9e623f5857dfe2208827839c6634effa1ea | |
parent | d10eb31f81efba638c257413aac3eab259b3f92f (diff) | |
download | pkgsrc-0fbd5a8ef1febd3ab7d594c8fd7c8431fff9bd38.tar.gz |
lang/gcc46: Mark NOT-FOR-DRAGONFLY
A very large number of patches is required to properly build a stock
gcc on DragonFly, as evidenced by the patches added to lang/gcc47.
DragonFly already has a very good gcc46-based compiler in lang/gnat-aux.
DragonFly users that specifically need gcc46 have been told to use
gnat-aux. There's no need to make maintenance of lang/gcc46 harder so
it's masked on DragonFly to show its intentionally unsupported.
-rw-r--r-- | lang/gcc46/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile index 72cc566af7f..3a1f08a0117 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/06/08 15:42:29 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2012/08/07 15:16:35 marino Exp $ DISTNAME= gcc-${GCC_VERSION} PKGNAME= gcc46-${GCC_VERSION} @@ -27,7 +27,7 @@ MESSAGE_SUBST+= GCC_PREFIX=${GCC_PREFIX} # To avoid GNU surprises CONFIG_SHELL= ${TOOLS_PATH.bash} -NOT_FOR_PLATFORM= Interix-*-* +NOT_FOR_PLATFORM= Interix-*-* DragonFly-*-* UNLIMIT_RESOURCES+= datasize UNLIMIT_RESOURCES+= stacksize |