Author: jbeich
Date: Tue Oct 2 11:03:13 2012
New Revision: 1055
Log:
mozilla's fork of jemalloc doesn't work on FreeBSD, disable after r1052
Modified:
trunk/Mk/bsd.gecko.mk
Modified: trunk/Mk/bsd.gecko.mk
==============================================================================
--- trunk/Mk/bsd.gecko.mk Tue Oct 2 08:44:11 2012 (r1054)
+++ trunk/Mk/bsd.gecko.mk Tue Oct 2 11:03:13 2012 (r1055)
@@ -551,6 +551,7 @@
LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH}
.endif
+.if ${MOZILLA_VER:R:R} >= 16 || exists(${.CURDIR}/files/patch-bug788955)
.if ${OSVERSION} > 1000011
# use jemalloc 3.0.0 API in libc
MOZ_EXPORT+= MOZ_JEMALLOC=1
@@ -561,6 +562,7 @@
# has _pthread_mutex_init_calloc_cb but firefox crashes when jemalloc
# configured without --enable-debug
.endif
+.endif
# Standard depends
_ALL_DEPENDS= cairo dbm event ffi hunspell jpeg nspr nss png sqlite vpx zip
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"