diff options
author | fredb <fredb@pkgsrc.org> | 2002-08-19 23:06:38 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-08-19 23:06:38 +0000 |
commit | 2f8555ea749985abe3d8fa70f2c9c0fc6cb52a90 (patch) | |
tree | d398be6aa0726dffb3390b6af21f127cd8c70416 /www | |
parent | b04f03b4499631d242ddfaba24eac594e697e910 (diff) | |
download | pkgsrc-2f8555ea749985abe3d8fa70f2c9c0fc6cb52a90.tar.gz |
Make this build "-O2" on all platforms, increase the shell limits to make
up for the extra requirements this imposes, and bump ${PKGREVISION}.
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index b5a1383f2b7..10af842ef16 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.98 2002/08/19 23:03:27 fredb Exp $ +# $NetBSD: Makefile,v 1.99 2002/08/19 23:06:38 fredb Exp $ MOZ_VER= 1.0 DISTNAME= mozilla-source-${MOZ_VER} PKGNAME= mozilla-${MOZ_VER} -PKGREVISION= 2 +PKGREVISION= 3 WRKSRC= ${WRKDIR}/mozilla CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA:=mozilla${MOZ_VER}/src/} @@ -31,6 +31,8 @@ CONFIGURE_ARGS= --disable-tests \ SHAREMODE?= 644 ALL_TARGET= +UNLIMIT_RESOURCES= datasize memorysize stacksize + .include "../../x11/gtk/buildlink.mk" .include "../../graphics/gdk-pixbuf/buildlink.mk" .include "../../net/ORBit/buildlink.mk" @@ -68,11 +70,8 @@ SCRIPTS_ENV+= SETENV=${SETENV} PTHREAD_OPTS+= native optional -.if ${MACHINE_ARCH} == "m68k" -DBG= -.else -CONFIGURE_ARGS+= --enable-optimize -.endif +COPTS?= -O2 +CONFIGURE_ARGS+= --enable-optimize="${COPTS}" XPTCFILES+= xptcinvoke_asm_sparc64_netbsd.s xptcstubs_asm_sparc64_netbsd.s XPTCFILES+= xptcinvoke_sparc64_netbsd.cpp xptcstubs_sparc64_netbsd.cpp |