axs 15/04/06 22:38:40 Added: firefox-37.0-jemalloc_configure_unbashify.patch Log: firefox-37 works now that jit is forced-on, removing mask (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.1 www-client/firefox/files/firefox-37.0-jemalloc_configure_unbashify.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/files/firefox-37.0-jemalloc_configure_unbashify.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/files/firefox-37.0-jemalloc_configure_unbashify.patch?rev=1.1&content-type=text/plain Index: firefox-37.0-jemalloc_configure_unbashify.patch =================================================================== --- a/memory/jemalloc/src/configure.ac 2015-03-30 18:54:42.000000000 -0400 +++ b/memory/jemalloc/src/configure.ac 2015-04-06 16:23:52.170389285 -0400 @@ -989,7 +989,7 @@ AC_ARG_WITH([lg_page], [AS_HELP_STRING([--with-lg-page=<lg-page>], [Base 2 log of system page size])], [LG_PAGE="$with_lg_page"], [LG_PAGE="detect"]) -if test "x$LG_PAGE" == "xdetect"; then +if test "x$LG_PAGE" = "xdetect"; then AC_CACHE_CHECK([LG_PAGE], [je_cv_lg_page], AC_RUN_IFELSE([AC_LANG_PROGRAM(
