Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Oct 2012 11:03:13 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1055 - trunk/Mk
Message-ID:  <201210021103.q92B3Dh7082108@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
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



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