[SVN-Commit] r1299 - trunk/Mk
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Mon Aug 5 13:55:46 UTC 2013
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
More information about the freebsd-gecko
mailing list