diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:49:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:49:03 +0000 |
commit | f7359bb5d4af5721623ec8a5aa8b13d2ebce6a98 (patch) | |
tree | 45b8fb78a492d1e85f34e2289e41536f0be60c0a /debian/patches/debian-hacks/Adjust-our-gfx-skia-moz.build-patch-to-upstream-chan.patch | |
parent | Adding upstream version 124.0.1. (diff) | |
download | firefox-f7359bb5d4af5721623ec8a5aa8b13d2ebce6a98.tar.xz firefox-f7359bb5d4af5721623ec8a5aa8b13d2ebce6a98.zip |
Adding debian version 124.0.1-1.debian/124.0.1-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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.patch | 21 |
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'] |