Adjust our gfx/skia/moz.build patch to upstream changes
authorMike Hommey <mh@glandium.org>
Tue, 23 Jan 2024 23:48:37 +0000 (08:48 +0900)
committerMike Hommey <glandium@debian.org>
Sat, 17 May 2025 21:41:48 +0000 (06:41 +0900)
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Adjust-our-gfx-skia-moz.build-patch-to-upstream-chan.patch

gfx/skia/moz.build

index d0d5c4f921e90e9ac1a5872ce3367073bab7fba4..a8950d089160c41ae94c2be3eef686a2657f9f83 100644 (file)
@@ -371,7 +371,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']