From a66ec0703b2bf1cd0baf3f1f0a0525f9fef1b378 Mon Sep 17 00:00:00 2001 From: landry Date: Sat, 13 Feb 2010 13:10:19 +0000 Subject: [PATCH] Use -O0 too on hppa to let this brain^Wmemory-eater build. ok jasper@ --- converters/libpst/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/converters/libpst/Makefile b/converters/libpst/Makefile index 69a2134bdf7..75d59df6ef9 100644 --- a/converters/libpst/Makefile +++ b/converters/libpst/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2010/01/26 12:58:37 landry Exp $ +# $OpenBSD: Makefile,v 1.7 2010/02/13 13:10:19 landry Exp $ COMMENT-main= read and convert Microsoft Outlook mail files COMMENT-python= python interface to libpst @@ -6,8 +6,8 @@ COMMENT-python= python interface to libpst DISTNAME= libpst-0.6.43 SHARED_LIBS += pst 1.0 # .4.1 -PKGNAME-main= ${DISTNAME}p0 -PKGNAME-python= py-${DISTNAME}p0 +PKGNAME-main= ${DISTNAME}p1 +PKGNAME-python= py-${DISTNAME}p1 CATEGORIES= converters mail @@ -54,7 +54,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${MODPY_INCDIR}" \ CFLAGS+= -pthread # XXX eats all memory -.if ${MACHINE_ARCH} == "sparc64" +.if ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "hppa" CFLAGS+= -O0 .endif