1
0
Fork 0
firefox/debian/patches/debian-hacks/Adjust-our-gfx-skia-moz.build-patch-to-upstream-chan.patch
Daniel Baumann 8baeab6532
Adding debian version 140.0-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:41:39 +02:00

21 lines
714 B
Diff

From: Mike Hommey <mh@glandium.org>
Date: Wed, 24 Jan 2024 08:48:37 +0900
Subject: Adjust our gfx/skia/moz.build patch to upstream changes
---
gfx/skia/moz.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gfx/skia/moz.build b/gfx/skia/moz.build
index 2a5f7f1..4178db8 100644
--- a/gfx/skia/moz.build
+++ b/gfx/skia/moz.build
@@ -382,7 +382,7 @@ UNIFIED_SOURCES += [
]
# Work around https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110606
-if CONFIG['CC_TYPE'] == 'gcc' and CONFIG['CPU_ARCH'] == 'ppc64':
+if CONFIG['CC_TYPE'] == 'gcc' and CONFIG['TARGET_CPU'] == 'ppc64':
SOURCES += ['skia/src/sksl/SkSLInliner.cpp']
else:
UNIFIED_SOURCES += ['skia/src/sksl/SkSLInliner.cpp']