pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/seamonkey seamonkey: Don't try to use mozilla-jema...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b50201d5bca4
branches:  trunk
changeset: 343766:b50201d5bca4
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Nov 10 21:33:52 2019 +0000

description:
seamonkey: Don't try to use mozilla-jemalloc on SunOS.

"ERROR: --enable-jemalloc is not supported on SunOS"

diffstat:

 www/seamonkey/options.mk |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 0bf152f86525 -r b50201d5bca4 www/seamonkey/options.mk
--- a/www/seamonkey/options.mk  Sun Nov 10 21:31:00 2019 +0000
+++ b/www/seamonkey/options.mk  Sun Nov 10 21:33:52 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.42 2019/11/04 22:10:15 rillig Exp $
+# $NetBSD: options.mk,v 1.43 2019/11/10 21:33:52 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.seamonkey
 
@@ -12,7 +12,6 @@
 PKG_SUGGESTED_OPTIONS= gtk3
 
 PKG_SUGGESTED_OPTIONS.Linux+=  mozilla-jemalloc
-PKG_SUGGESTED_OPTIONS.SunOS+=  mozilla-jemalloc
 
 # On NetBSD/amd64 6.99.21 libxul.so is invalid when --enable-webrtc is set.
 .if (${OPSYS} == "FreeBSD") || (${OPSYS} == "Linux") || (${OPSYS} == "OpenBSD")



Home | Main Index | Thread Index | Old Index