git: 7af0a654d3d1 - main - graphics/mesa-libs: don't force gcc on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Nov 2021 12:10:57 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=7af0a654d3d1b56c77b95d11aab424d151674193 commit 7af0a654d3d1b56c77b95d11aab424d151674193 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-11-16 12:03:37 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-11-16 12:03:37 +0000 graphics/mesa-libs: don't force gcc on powerpc Builds fine with clang. --- graphics/mesa-libs/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/graphics/mesa-libs/Makefile b/graphics/mesa-libs/Makefile index 64f62cb08dce..7095306cbf06 100644 --- a/graphics/mesa-libs/Makefile +++ b/graphics/mesa-libs/Makefile @@ -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"