Commit 97ab578f authored by Alexey Dokuchaev's avatar Alexey Dokuchaev
Browse files

graphics/libglvnd: allow the port to build on RISC-V

Use the same treatment as on PowerPC:

  Program python3 found: YES (/usr/local/bin/python3.8)
  Program nm found: YES (/usr/bin/nm)
  Message: Host CPU family: riscv64
  Message: Host CPU: riscv64

  meson.build:82:4: ERROR: Problem encountered: No ASM
  available for freebsd (little endian)
parent 6c1978ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ CFLAGS+= -no-integrated-as
.elif ${ARCH} == powerpc64
BUILD_DEPENDS=	as:devel/binutils
CFLAGS+=	-no-integrated-as -O0
.elif ${ARCH} == powerpc
.elif ${ARCH} == powerpc || ${ARCH} == riscv64
MESON_ARGS+=	-Dasm=disabled
.endif