public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-client/firefox/files: firefox-33.0-jemalloc-configure.patch firefox-32.0-hppa-js-configure.patch
@ 2014-10-16 21:12 Ian Stakenvicius (axs)
  0 siblings, 0 replies; only message in thread
From: Ian Stakenvicius (axs) @ 2014-10-16 21:12 UTC (permalink / raw
  To: gentoo-commits

axs         14/10/16 21:12:28

  Added:                firefox-33.0-jemalloc-configure.patch
                        firefox-32.0-hppa-js-configure.patch
  Log:
  fixed bugs 524556 and 525522
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)

Revision  Changes    Path
1.1                  www-client/firefox/files/firefox-33.0-jemalloc-configure.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/files/firefox-33.0-jemalloc-configure.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/files/firefox-33.0-jemalloc-configure.patch?rev=1.1&content-type=text/plain

Index: firefox-33.0-jemalloc-configure.patch
===================================================================
--- a/memory/jemalloc/src/configure.ac	2014-10-11 05:06:41.000000000 -0400
+++ b/memory/jemalloc/src/configure.ac	2014-10-16 13:41:10.809799170 -0400
@@ -887,7 +887,7 @@
 dnl Check whether the BSD/SUSv1 sbrk() exists.  If not, disable DSS support.
 AC_CHECK_FUNC([sbrk], [have_sbrk="1"], [have_sbrk="0"])
 if test "x$have_sbrk" = "x1" ; then
-  if test "x$sbrk_deprecated" == "x1" ; then
+  if test "x$sbrk_deprecated" = "x1" ; then
     AC_MSG_RESULT([Disabling dss allocation because sbrk is deprecated])
     enable_dss="0"
   else
@@ -1180,7 +1180,7 @@
 		printf("%d\n", rv);
 	}
 ], [je_cv_gcc_builtin_ffsl])
-if test "x${je_cv_gcc_builtin_ffsl}" == "xyes" ; then
+if test "x${je_cv_gcc_builtin_ffsl}" = "xyes" ; then
   AC_DEFINE([JEMALLOC_INTERNAL_FFSL], [__builtin_ffsl])
   AC_DEFINE([JEMALLOC_INTERNAL_FFS], [__builtin_ffs])
 else
@@ -1194,7 +1194,7 @@
 		printf("%d\n", rv);
 	}
   ], [je_cv_function_ffsl])
-  if test "x${je_cv_function_ffsl}" == "xyes" ; then
+  if test "x${je_cv_function_ffsl}" = "xyes" ; then
     AC_DEFINE([JEMALLOC_INTERNAL_FFSL], [ffsl])
     AC_DEFINE([JEMALLOC_INTERNAL_FFS], [ffs])
   else



1.1                  www-client/firefox/files/firefox-32.0-hppa-js-configure.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/files/firefox-32.0-hppa-js-configure.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/files/firefox-32.0-hppa-js-configure.patch?rev=1.1&content-type=text/plain

Index: firefox-32.0-hppa-js-configure.patch
===================================================================
--- a/mozilla-release/js/src/configure.in
+++ b/mozilla-release/js/src/configure.in
@@ -958,7 +958,7 @@
     CPU_ARCH=s390x
     ;;
 
-hppa* | parisc)
+hppa* | parisc*)
     CPU_ARCH=hppa
     ;;
 
@@ -2009,6 +2009,9 @@
     AC_DEFINE(JS_CPU_MIPS)
     AC_DEFINE(JS_NUNBOX32)
     ;;
+hppa*)
+    AC_DEFINE(JS_NUNBOX32)
+    ;;
 esac
 
 MOZ_ARG_DISABLE_BOOL(ion,





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-16 21:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-16 21:12 [gentoo-commits] gentoo-x86 commit in www-client/firefox/files: firefox-33.0-jemalloc-configure.patch firefox-32.0-hppa-js-configure.patch Ian Stakenvicius (axs)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox