diff options
Diffstat (limited to 'lang/gcc45/Makefile')
-rw-r--r-- | lang/gcc45/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc45/Makefile b/lang/gcc45/Makefile index 2cdb1829ab0..1e063138d02 100644 --- a/lang/gcc45/Makefile +++ b/lang/gcc45/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/01/14 02:09:36 hans Exp $ +# $NetBSD: Makefile,v 1.5 2012/01/29 16:13:06 marino Exp $ DISTNAME= gcc-${GCC_VERSION} PKGNAME= gcc45-${GCC_VERSION} @@ -29,7 +29,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 |