From 9945d4975860b5ce41ee69f42d20e59ce0c6e46b Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Thu, 19 Mar 2020 21:18:52 +0000 Subject: [PATCH] math/gsl: don't use GCC to build on powerpc64 elfv2 Clang can build this port after r359086. --- math/gsl/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/math/gsl/Makefile b/math/gsl/Makefile index 35016c634dbd..558da29aee96 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -24,14 +24,8 @@ INFO= gsl-ref CORELIMIT?= /usr/bin/limits -Sc 0 .endif -.include - -.if ${ARCH} == powerpc64 -USE_GCC= any -.endif - check regression-test test: build @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${CORELIMIT} ${MAKE_CMD} \ ${MAKE_ARGS} check -.include +.include