pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/seamonkey Invert check for jemalloc options so fir...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1d641dae93ce
branches: trunk
changeset: 547535:1d641dae93ce
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Thu Sep 18 21:14:59 2008 +0000
description:
Invert check for jemalloc options so firefox can actually build on some
platforms that don't like jemalloc.
diffstat:
www/seamonkey/options.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 50a0c0f9d61d -r 1d641dae93ce www/seamonkey/options.mk
--- a/www/seamonkey/options.mk Thu Sep 18 21:10:28 2008 +0000
+++ b/www/seamonkey/options.mk Thu Sep 18 21:14:59 2008 +0000
@@ -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 @@
# 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
Home |
Main Index |
Thread Index |
Old Index