From ce0f370e069c0cfa5a8a5f31f2c20a75e657cbcf Mon Sep 17 00:00:00 2001 From: adrianp Date: Thu, 18 Sep 2008 21:14:59 +0000 Subject: Invert check for jemalloc options so firefox can actually build on some platforms that don't like jemalloc. --- www/seamonkey/options.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/seamonkey') diff --git a/www/seamonkey/options.mk b/www/seamonkey/options.mk index 5c11dee0c2e..fda72726e1e 100644 --- a/www/seamonkey/options.mk +++ b/www/seamonkey/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.12 2008/09/15 18:22:15 adrianp Exp $ +# $NetBSD: options.mk,v 1.13 2008/09/18 21:14:59 adrianp Exp $ # used by www/firefox/Makefile.common # used by www/firefox3/Makefile.common # used by www/seamonkey/Makefile.common @@ -21,7 +21,7 @@ PKG_SUGGESTED_OPTIONS += mozilla-jemalloc # so expose an option to allow users to build FF without it. # NOTE: This currently has only been known to happen on SunOS 5.11 x86 # as a full list of systems is unknown the default is to still use it -.if !empty(PKG_OPTIONS:Mmozilla-jemalloc) +.if empty(PKG_OPTIONS:Mmozilla-jemalloc) CONFIGURE_ARGS+= --disable-jemalloc .endif -- cgit v1.2.3