diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-11-24 22:56:40 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-11-24 22:59:21 -0600 |
commit | c3b800fe454b0839f2e696e77acefceb6cc2970d (patch) | |
tree | c1dfc27094af3659dcdef2da9ab7d8b7ee4b61bb /user/thunderbird/skia-unified.patch | |
parent | 12f56f81029c0c0720730d2edc85b0c13b00b645 (diff) | |
download | packages-c3b800fe454b0839f2e696e77acefceb6cc2970d.tar.gz packages-c3b800fe454b0839f2e696e77acefceb6cc2970d.tar.bz2 packages-c3b800fe454b0839f2e696e77acefceb6cc2970d.tar.xz packages-c3b800fe454b0839f2e696e77acefceb6cc2970d.zip |
user/[foxes]: Ensure proper somask on all Moz s/w
Right now, Arctic Fox, Firefox, and Thunderbird all conflict with each
other because abuild finds their .so files. These files are local to
their respective apps (in /usr/lib/$pkgname) but are picked up because
we have to set ldpath or else abuild will complain that libs are missing.
Set the somask to all of their installed libs so they stop conflicting.
Also, fix Skia build on little endian systems.
Diffstat (limited to 'user/thunderbird/skia-unified.patch')
-rw-r--r-- | user/thunderbird/skia-unified.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/thunderbird/skia-unified.patch b/user/thunderbird/skia-unified.patch index cf74c1dcd..cacfe3451 100644 --- a/user/thunderbird/skia-unified.patch +++ b/user/thunderbird/skia-unified.patch @@ -381,11 +381,11 @@ diff --git a/gfx/thebes/gfx2DGlue.h b/gfx/thebes/gfx2DGlue.h case SurfaceFormat::R5G6B5_UINT16: case SurfaceFormat::B8G8R8X8: case SurfaceFormat::R8G8B8X8: -+ case SurfaceFormat::OS_RGBX: ++ case SurfaceFormat::X8R8G8B8: return gfxContentType::COLOR; case SurfaceFormat::A8: return gfxContentType::ALPHA; -+ case SurfaceFormat::OS_RGBA: ++ case SurfaceFormat::A8R8G8B8: case SurfaceFormat::B8G8R8A8: case SurfaceFormat::R8G8B8A8: default: |