summaryrefslogtreecommitdiff
path: root/user/arcticfox
AgeCommit message (Collapse)AuthorFilesLines
2024-11-24user/[foxes]: Ensure proper somask on all Moz s/wA. Wilcox1-0/+4
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.
2024-11-24user/arcticfox: New packageA. Wilcox6-0/+281
This browser would not be necessary if Firefox worked on the PPCs. Tested on 32-bit and 64-bit PowerPC.