diff options
author | tron <tron> | 2004-05-14 09:36:53 +0000 |
---|---|---|
committer | tron <tron> | 2004-05-14 09:36:53 +0000 |
commit | 53d109701f6a54bfcaf3cd71f9bac4255788a885 (patch) | |
tree | f64d37847016723c825bbabd2cd3858336f8be88 /mail/pine | |
parent | e7226a3ef518895af5ddbe16a2844d109a2c9df3 (diff) | |
download | pkgsrc-53d109701f6a54bfcaf3cd71f9bac4255788a885.tar.gz |
Unlimit datasize when building with *any* version of GCC.
Diffstat (limited to 'mail/pine')
-rw-r--r-- | mail/pine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile index d5016fced65..6a5e1b0c47e 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2004/05/14 09:31:17 tron Exp $ +# $NetBSD: Makefile,v 1.90 2004/05/14 09:36:53 tron Exp $ DISTNAME= pine4.60 PKGNAME= pine-4.60 @@ -35,7 +35,7 @@ BUILDNAME= neb BUILDFILE= neb .endif -.if !empty(CC_VERSION:Mgcc-3*) +.if !empty(CC_VERSION:Mgcc-*) UNLIMIT_RESOURCES+= datasize .endif |