Skip to content
Snippets Groups Projects
Commit 2a586873 authored by Piotr Kubaj's avatar Piotr Kubaj
Browse files

graphics/libglvnd: fix build on powerpc

meson.build:82:4: ERROR: Problem encountered: No ASM available for freebsd (big endian)

(cherry picked from commit 608a2f1e)
parent f1d84706
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,8 @@ CFLAGS+= -no-integrated-as
.elif ${ARCH} == powerpc64
BUILD_DEPENDS= as:devel/binutils
CFLAGS+= -no-integrated-as -O0
.elif ${ARCH} == powerpc
MESON_ARGS+= -Dasm=disabled
.endif
# Lots of software expects gl.pc even when it can build with EGL only
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment