1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

graphics/mesa-libs: don't force gcc on powerpc

Builds fine with clang.
This commit is contained in:
Piotr Kubaj 2021-11-16 12:03:37 +00:00
parent 94ac0e5e84
commit 7af0a654d3

View File

@ -66,8 +66,6 @@ MESON_ARGS+= -Dplatforms="${MESA_PLATFORMS:ts,:tl}"
.if ${ARCH} == "i386"
# PR230239 Fix the build for i386 when WITH_LLD_IS_LD is set
LDFLAGS+=-Wl,-z,notext
.elif ${ARCH} == "powerpc"
USE_GCC= yes
.endif
.include "${MASTERDIR}/Makefile.targets"