projects
/
firefox-esr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cf9e63
)
Adjust our gfx/skia/moz.build patch to upstream changes
author
Mike Hommey
<mh@glandium.org>
Tue, 23 Jan 2024 23:48:37 +0000
(08:48 +0900)
committer
Mike Hommey
<glandium@debian.org>
Tue, 29 Apr 2025 22:50:47 +0000
(07:50 +0900)
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Adjust-our-gfx-skia-moz.build-patch-to-upstream-chan.patch
gfx/skia/moz.build
patch
|
blob
|
history
diff --git
a/gfx/skia/moz.build
b/gfx/skia/moz.build
index d0d5c4f921e90e9ac1a5872ce3367073bab7fba4..a8950d089160c41ae94c2be3eef686a2657f9f83 100644
(file)
--- a/
gfx/skia/moz.build
+++ b/
gfx/skia/moz.build
@@
-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']