polynomial-c 14/10/21 18:29:15
Added: seamonkey-2.30-jemalloc-configure.patch
seamonkey-2.30-pulseaudio_configure_switch_fix.patch
Log:
Version bump
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
0x981CA6FC)
Revision Changes Path
1.1
www-client/seamonkey/files/seamonkey-2.30-jemalloc-configure.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/files/seamonkey-2.30-jemalloc-configure.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/files/seamonkey-2.30-jemalloc-configure.patch?rev=1.1&content-type=text/plain
Index: seamonkey-2.30-jemalloc-configure.patch
===================================================================
--- a/mozilla/memory/jemalloc/src/configure.ac 2014-10-11 05:06:41.000000000
-0400
+++ b/mozilla/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/seamonkey/files/seamonkey-2.30-pulseaudio_configure_switch_fix.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/files/seamonkey-2.30-pulseaudio_configure_switch_fix.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/files/seamonkey-2.30-pulseaudio_configure_switch_fix.patch?rev=1.1&content-type=text/plain
Index: seamonkey-2.30-pulseaudio_configure_switch_fix.patch
===================================================================
--- comm-beta/mozilla/configure.in
+++ comm-beta/mozilla/configure.in
@@ -5489,17 +5489,6 @@
dnl = Disable PulseAudio
dnl ========================================================
-dnl If using Linux, ensure that the PA library is available
-case "$OS_TARGET" in
-WINNT|Darwin|Android|OpenBSD)
- ;;
-*)
- if test -z "$MOZ_B2G"; then
- MOZ_PULSEAUDIO=1
- fi
- ;;
-esac
-
MOZ_ARG_DISABLE_BOOL(pulseaudio,
[ --disable-pulseaudio Disable PulseAudio support],
MOZ_PULSEAUDIO=,