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>
Thu, 9 Dec 2021 20:03:00 +0000 (20:03 +0000)
debian/patches/try-to-disable-neon.patch

index 0ff12423a015a73f3948cb1997391669695775e4..6229b5a6c26894f9ab293dd6528613db4ac24b91 100644 (file)
@@ -8,12 +8,8 @@ Subject: Try to disable neon.
 
 --- firefox-esr-68.2.0esr.orig/build/moz.configure/arm.configure
 +++ firefox-esr-68.2.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)
+@@ -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)