From c3b800fe454b0839f2e696e77acefceb6cc2970d Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 24 Nov 2024 22:56:40 -0600 Subject: 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. --- user/thunderbird/skia-unified.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user/thunderbird/skia-unified.patch') 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: -- cgit v1.2.3-70-g09d2