1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

math/gsl: don't use GCC to build on powerpc64 elfv2

Clang can build this port after r359086.
This commit is contained in:
Piotr Kubaj 2020-03-19 21:18:52 +00:00
parent 8796034789
commit 9945d49758
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528744

View File

@ -24,14 +24,8 @@ INFO= gsl-ref
CORELIMIT?= /usr/bin/limits -Sc 0
.endif
.include <bsd.port.pre.mk>
.if ${ARCH} == powerpc64
USE_GCC= any
.endif
check regression-test test: build
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${CORELIMIT} ${MAKE_CMD} \
${MAKE_ARGS} check
.include <bsd.port.post.mk>
.include <bsd.port.mk>