void-packages/srcpkgs/qt6-pdf/patches/0700-armv7l-neon.patch

11 lines
440 B
Diff

--- qt6-webengine-6.4.2.orig/src/3rdparty/chromium/skia/BUILD.gn
+++ qt6-webengine-6.4.2/src/3rdparty/chromium/skia/BUILD.gn
@@ -786,7 +786,6 @@ skia_source_set("skia_opts") {
# Root build config sets -mfpu=$arm_fpu, which we expect to be neon
# when running this.
if (!arm_use_neon) {
- configs -= [ "//build/config/compiler:compiler_arm_fpu" ]
cflags += [ "-mfpu=neon" ]
}
}