Skip to content

Commit

Permalink
www/librewolf: fix build on powerpc64
Browse files Browse the repository at this point in the history
/wrkdirs/usr/ports/www/librewolf/work/librewolf-117.0-1/third_party/highway/hwy/ops/ppc_vsx-inl.h:3193:41: error: use of undeclared identifier 'vec_cipher_be'
  return BitCast(du8, detail::CipherVec{vec_cipher_be(
                                        ^
  • Loading branch information
pkubaj committed Jan 28, 2024
1 parent 33e176b commit 34887c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/librewolf/Makefile
Expand Up @@ -82,6 +82,7 @@ FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/browser/chrome/icons/default/default4
FIREFOX_DESKTOP= ${MOZSRC}/taskcluster/docker/firefox-snap/firefox.desktop

.if ${ARCH} == powerpc64
CFLAGS+= -DHWY_COMPILE_ONLY_SCALAR
MOZ_OPTIONS+= --without-wasm-sandboxed-libraries
.else
BUILD_DEPENDS+= ${LOCALBASE}/share/wasi-sysroot/lib/wasm32-wasi/libc++abi.a:devel/wasi-libcxx${LLVM_VERSION} \
Expand Down

0 comments on commit 34887c6

Please sign in to comment.