# HG changeset patch # User Wolfgang Rosenauer # Date 1277965622 -7200 # Node ID a3b8506d459585f93729494af54e5d4b9808d619 # Parent 38ffd1ff8094972f141b8f2fded5862cebdf6447 Remove libvpx asm buildfix (need yasm >= 0.8.0 to build now) diff -r 38ffd1ff8094 -r a3b8506d4595 mozilla-libvpx-buildfix.patch --- a/mozilla-libvpx-buildfix.patch Thu Jul 01 08:23:11 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,26 +0,0 @@ -References: -https://bugzilla.mozilla.org/show_bug.cgi?id=570932 - -# HG changeset patch -# Parent 513edcdd0b4fea56e9c8dd05b46cf8efca1085f7 -diff --git a/media/libvpx/vpx_ports/x86_abi_support.asm b/media/libvpx/vpx_ports/x86_abi_support.asm ---- a/media/libvpx/vpx_ports/x86_abi_support.asm -+++ b/media/libvpx/vpx_ports/x86_abi_support.asm -@@ -5,16 +5,17 @@ - ; that can be found in the LICENSE file in the root of the source - ; tree. An additional intellectual property rights grant can be found - ; in the file PATENTS. All contributing project authors may - ; be found in the AUTHORS file in the root of the source tree. - ; - - - %include "vpx_config.asm" -+%define CONFIG_PIC 0 - - ; 32/64 bit compatibility macros - ; - ; In general, we make the source use 64 bit syntax, then twiddle with it using - ; the preprocessor to get the 32 bit syntax on 32 bit platforms. - ; - %ifidn __OUTPUT_FORMAT__,elf32 - %define ABI_IS_32BIT 1 diff -r 38ffd1ff8094 -r a3b8506d4595 mozilla-xulrunner193/mozilla-xulrunner193.spec --- a/mozilla-xulrunner193/mozilla-xulrunner193.spec Thu Jul 01 08:23:11 2010 +0200 +++ b/mozilla-xulrunner193/mozilla-xulrunner193.spec Thu Jul 01 08:27:02 2010 +0200 @@ -75,7 +75,6 @@ Patch13: toolkit-ui-lockdown.patch # --- Patch14: mozilla-cpuid.patch -Patch15: mozilla-libvpx-buildfix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: mozilla-js193 = %{version} Requires(post): update-alternatives coreutils @@ -215,11 +214,6 @@ %if %suse_version < 1120 %patch14 -p1 %endif -%if %suse_version <= 1120 -%ifarch %ix86 -%patch15 -p1 -%endif -%endif %build #%if %suse_version >= 1110 diff -r 38ffd1ff8094 -r a3b8506d4595 series --- a/series Thu Jul 01 08:23:11 2010 +0200 +++ b/series Thu Jul 01 08:27:02 2010 +0200 @@ -11,7 +11,6 @@ #gecko-lockdown.patch #toolkit-ui-lockdown.patch mozilla-cpuid.patch -mozilla-libvpx-buildfix.patch # Firefox patches firefox-libxul-sdk.patch