From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/xulrunner-oss/oss.patch | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 community/xulrunner-oss/oss.patch (limited to 'community/xulrunner-oss/oss.patch') diff --git a/community/xulrunner-oss/oss.patch b/community/xulrunner-oss/oss.patch new file mode 100644 index 000000000..ca79879fd --- /dev/null +++ b/community/xulrunner-oss/oss.patch @@ -0,0 +1,31 @@ +--- configure.in 2011-03-16 04:58:10.640027357 -0700 ++++ configure.in.orig 2011-03-16 04:58:39.313360691 -0700 +@@ -6266,20 +6266,6 @@ + AC_DEFINE(MOZ_TREMOR) + fi + +-dnl ======================================================== +-dnl = Check alsa availability on Linux if using sydneyaudio +-dnl ======================================================== +- +-dnl If using sydneyaudio with Linux, ensure that the alsa library is available +-if test -n "$MOZ_SYDNEYAUDIO"; then +- case "$target_os" in +-linux*) +- PKG_CHECK_MODULES(MOZ_ALSA, alsa, , +- [echo "$MOZ_ALSA_PKG_ERRORS" +- AC_MSG_ERROR([Need alsa for Ogg, Wave or WebM decoding on Linux. Disable with --disable-ogg --disable-wave --disable-webm. (On Ubuntu, you might try installing the package libasound2-dev.)])]) +- ;; +- esac +-fi + + dnl ======================================================== + dnl Splashscreen +@@ -9294,7 +9280,6 @@ + AC_SUBST(MOZ_TREMOR) + AC_SUBST(MOZ_WEBM) + AC_SUBST(MOZ_OGG) +-AC_SUBST(MOZ_ALSA_LIBS) + AC_SUBST(VPX_AS) + AC_SUBST(VPX_ASFLAGS) + AC_SUBST(VPX_DASH_C_FLAG) -- cgit v1.2.3-54-g00ecf