summaryrefslogtreecommitdiff
path: root/mail/pine
diff options
context:
space:
mode:
authorjklos <jklos>2004-06-02 18:45:00 +0000
committerjklos <jklos>2004-06-02 18:45:00 +0000
commitf37a095deae2da0bb3f14ae08b63a2c015def3b0 (patch)
tree51da293a95ed6e0e9738852cbafcc6970857ae99 /mail/pine
parent14f423142d59a071d4ca6269d05ed3c851a20f5a (diff)
downloadpkgsrc-f37a095deae2da0bb3f14ae08b63a2c015def3b0.tar.gz
When default optimisation is left at -O2, memory usage gets as high as 320 megs on
NetBSD PowerPC and as high as 220 megs on NetBSD i386. Setting optimisation to -O allows Pine to be built on NetBSD m68k and VAX architectures as well as machines which don't have much memory.
Diffstat (limited to 'mail/pine')
-rw-r--r--mail/pine/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile
index 54029fed020..cd57da92ab8 100644
--- a/mail/pine/Makefile
+++ b/mail/pine/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2004/05/17 11:21:10 grant Exp $
+# $NetBSD: Makefile,v 1.93 2004/06/02 18:45:00 jklos Exp $
DISTNAME= pine4.60
PKGNAME= pine-4.60
@@ -33,6 +33,7 @@ BUILDFILE= osx
.else
BUILDNAME= neb
BUILDFILE= neb
+CFLAGS+= -O
.endif
.if !empty(CC_VERSION:Mgcc-*)