summaryrefslogtreecommitdiff
path: root/mail/pine
diff options
context:
space:
mode:
authorjklos <jklos@pkgsrc.org>2004-06-02 18:45:00 +0000
committerjklos <jklos@pkgsrc.org>2004-06-02 18:45:00 +0000
commita8ee79befc421b704f21da3d32e92715c399cb9f (patch)
tree51da293a95ed6e0e9738852cbafcc6970857ae99 /mail/pine
parente95bc533e3f055c5e0bdfb4377b4843f87fe1714 (diff)
downloadpkgsrc-a8ee79befc421b704f21da3d32e92715c399cb9f.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-*)