diff options
author | marino <marino@pkgsrc.org> | 2011-11-29 19:14:53 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2011-11-29 19:14:53 +0000 |
commit | bb2fe1f3364781259ac649122548e3e6115dbe5f (patch) | |
tree | 198d719b78225c359afb4a295e1b19519f9c1b08 /lang | |
parent | fb51ca9d7e0fbf91ba8555ca6b45cc27e7d78001 (diff) | |
download | pkgsrc-bb2fe1f3364781259ac649122548e3e6115dbe5f.tar.gz |
lang/gcc44: Mark NOT-FOR-DRAGONFLY
This package has never built on DragonFly, but it really is not needed as
the base compiler is gcc 4.4.7. The sole package (databases/libcassandra)
that required lang/gcc44 was just changed to remove this requirement when
built on DragonFly. This compiler is not worth the effort to fix for
DragonFly.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc44/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index 02dbbbdd3bc..1d922b98774 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2011/10/12 16:10:48 hans Exp $ +# $NetBSD: Makefile,v 1.29 2011/11/29 19:14:53 marino Exp $ DISTNAME= gcc-${GCC_VERSION} PKGNAME= gcc44-${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 |