summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian-hacks/Adjust-our-gfx-skia-moz.build-patch-to-upstream-chan.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/debian-hacks/Adjust-our-gfx-skia-moz.build-patch-to-upstream-chan.patch')
-rw-r--r--debian/patches/debian-hacks/Adjust-our-gfx-skia-moz.build-patch-to-upstream-chan.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/debian-hacks/Adjust-our-gfx-skia-moz.build-patch-to-upstream-chan.patch b/debian/patches/debian-hacks/Adjust-our-gfx-skia-moz.build-patch-to-upstream-chan.patch
new file mode 100644
index 0000000000..3d00e6c4dc
--- /dev/null
+++ b/debian/patches/debian-hacks/Adjust-our-gfx-skia-moz.build-patch-to-upstream-chan.patch
@@ -0,0 +1,21 @@
+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 ab1581d..60d159b 100644
+--- a/gfx/skia/moz.build
++++ b/gfx/skia/moz.build
+@@ -362,7 +362,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']