Skip to content

Commit

Permalink
www-client/ungoogled-chromium: also ppc64
Browse files Browse the repository at this point in the history
  • Loading branch information
PF4Public committed Sep 9, 2023
1 parent 6e54b94 commit e3a2463
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/chro
ppc64? (
https://quickbuild.io/~raptor-engineering-public/+archive/ubuntu/chromium/+files/chromium_${PATCHSET_PPC64}.debian.tar.xz
https://dev.gentoo.org/~sultan/distfiles/www-client/chromium/chromium-ppc64le-gentoo-patches-1.tar.xz
https://raw.githubusercontent.com/darkbasic/gentoo-files/master/chromium-115-0001-Add-PPC64-support-for-boringssl.patch.gz
)
"

Expand Down Expand Up @@ -397,11 +398,12 @@ src_prepare() {
if use ppc64 ; then
local p
for p in $(grep -v "^#" "${WORKDIR}"/debian/patches/series | grep "^ppc64le" || die); do
if [[ ! $p =~ "fix-breakpad-compile.patch" ]]; then
if [[ ! ($p =~ "fix-breakpad-compile.patch" || $p =~ "Add-PPC64-support-for-boringssl.patch") ]]; then
eapply "${WORKDIR}/debian/patches/${p}"
fi
done
PATCHES+=( "${WORKDIR}/ppc64le" )
PATCHES+=( "${WORKDIR}/chromium-115-0001-Add-PPC64-support-for-boringssl.patch" )
fi

default
Expand Down

0 comments on commit e3a2463

Please sign in to comment.