From 823873bcb9afb557dc6ebee1052da3ff5caac187 Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Mon, 12 Jan 2026 20:36:03 +0000 Subject: add icecat from parona-overlay --- .../icecat/files/0016-bgo-929967-fix-pgo-on-musl.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 www-client/icecat/files/0016-bgo-929967-fix-pgo-on-musl.patch (limited to 'www-client/icecat/files/0016-bgo-929967-fix-pgo-on-musl.patch') diff --git a/www-client/icecat/files/0016-bgo-929967-fix-pgo-on-musl.patch b/www-client/icecat/files/0016-bgo-929967-fix-pgo-on-musl.patch new file mode 100644 index 0000000..afe5d2a --- /dev/null +++ b/www-client/icecat/files/0016-bgo-929967-fix-pgo-on-musl.patch @@ -0,0 +1,14 @@ +diff --git a/build/pgo/profileserver.py b/build/pgo/profileserver.py +index 7354714..0385792 100755 +--- a/build/pgo/profileserver.py ++++ b/build/pgo/profileserver.py +@@ -171,6 +171,9 @@ if __name__ == "__main__": + env["UPLOAD_PATH"], "profile-run-1.log" + ) + ++ # Workaround for https://bugs.gentoo.org/929967 ++ env["LD_LIBRARY_PATH"] = os.path.join(os.getcwd(), "dist", "bin") ++ + # Run IceCat a first time to initialize its profile + runner = IceCatRunner( + profile=profile, -- cgit v1.2.3