Reduce context in try-to-disable-neon.patch
authorPeter Michael Green <plugwash@raspbian.org>
Thu, 9 Dec 2021 20:03:00 +0000 (20:03 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 21 Dec 2021 17:08:31 +0000 (17:08 +0000)
debian/patches/try-to-disable-neon.patch

index c873ddf288e360202e27bea67ad82196eed091de..6229b5a6c26894f9ab293dd6528613db4ac24b91 100644 (file)
@@ -6,14 +6,10 @@ Subject: Try to disable neon.
 
 ---
 
---- firefox-esr-78.3.0esr.orig/build/moz.configure/arm.configure
-+++ firefox-esr-78.3.0esr/build/moz.configure/arm.configure
-@@ -226,7 +226,7 @@ set_define('HAVE_ARM_NEON', have_arm_neo
- # This matches media/webrtc/trunk/webrtc/build/common.gypi.
- @depends(arm_target.arm_arch, when=have_arm_neon)
+--- firefox-esr-68.2.0esr.orig/build/moz.configure/arm.configure
++++ firefox-esr-68.2.0esr/build/moz.configure/arm.configure
+@@ -228,3 +228,3 @@
  def build_arm_neon(arm_arch):
 -    return arm_arch >= 7
 +    return arm_arch >= 700
  
- set_config('BUILD_ARM_NEON', build_arm_neon)