pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/seamonkey



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Nov 10 21:33:52 UTC 2019

Modified Files:
        pkgsrc/www/seamonkey: options.mk

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/www/seamonkey/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/seamonkey/options.mk
diff -u pkgsrc/www/seamonkey/options.mk:1.42 pkgsrc/www/seamonkey/options.mk:1.43
--- pkgsrc/www/seamonkey/options.mk:1.42        Mon Nov  4 22:10:15 2019
+++ pkgsrc/www/seamonkey/options.mk     Sun Nov 10 21:33:52 2019
@@ -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 @@ PLIST_VARS+=  debug gnome jemalloc
 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