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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to