Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Aug 2013 13:55:37 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1299 - trunk/Mk
Message-ID:  <201308051355.r75DtbiR019869@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Aug  5 13:55:37 2013
New Revision: 1299

Log:
jemalloc3 was accidentally disabled since seamonkey 2.16

Modified:
   trunk/Mk/bsd.gecko.mk

Modified: trunk/Mk/bsd.gecko.mk
==============================================================================
--- trunk/Mk/bsd.gecko.mk	Mon Aug  5 07:31:57 2013	(r1298)
+++ trunk/Mk/bsd.gecko.mk	Mon Aug  5 13:55:37 2013	(r1299)
@@ -560,7 +560,7 @@
 . endif
 .endif
 
-.if ${MOZILLA_VER:R:R} >= 19 || exists(${.CURDIR}/files/patch-bug788955)
+.if ${MOZILLA_VER:R:R} >= 19 || ${MOZILLA:Mseamonkey*} || exists(${.CURDIR}/files/patch-bug788955)
 .if ${OSVERSION} > 1000011
 # use jemalloc 3.0.0 API in libc
 MOZ_EXPORT+=	MOZ_JEMALLOC=1 MOZ_JEMALLOC3=1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308051355.r75DtbiR019869>