pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/pine Unlimit datasize when building with *any* ve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8153f0a8ed78
branches:  trunk
changeset: 475324:8153f0a8ed78
user:      tron <tron%pkgsrc.org@localhost>
date:      Fri May 14 09:36:53 2004 +0000

description:
Unlimit datasize when building with *any* version of GCC.

diffstat:

 mail/pine/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f03f477293b1 -r 8153f0a8ed78 mail/pine/Makefile
--- a/mail/pine/Makefile        Fri May 14 09:31:17 2004 +0000
+++ b/mail/pine/Makefile        Fri May 14 09:36:53 2004 +0000
@@ -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 @@
 BUILDFILE= neb
 .endif
 
-.if !empty(CC_VERSION:Mgcc-3*)
+.if !empty(CC_VERSION:Mgcc-*)
 UNLIMIT_RESOURCES+=    datasize
 .endif
 



Home | Main Index | Thread Index | Old Index