summaryrefslogtreecommitdiff
path: root/mail/pine
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2004-05-14 09:36:53 +0000
committertron <tron@pkgsrc.org>2004-05-14 09:36:53 +0000
commitd371e90c0940e64474358e02e8347e1a6a3b0586 (patch)
treef64d37847016723c825bbabd2cd3858336f8be88 /mail/pine
parentafe9e287cf29527e1b49ef75cacbed903df86bb0 (diff)
downloadpkgsrc-d371e90c0940e64474358e02e8347e1a6a3b0586.tar.gz
Unlimit datasize when building with *any* version of GCC.
Diffstat (limited to 'mail/pine')
-rw-r--r--mail/pine/Makefile4
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