Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Mar 2020 21:18:53 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528744 - head/math/gsl
Message-ID:  <202003192118.02JLIr8d086809@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Thu Mar 19 21:18:52 2020
New Revision: 528744
URL: https://svnweb.freebsd.org/changeset/ports/528744

Log:
  math/gsl: don't use GCC to build on powerpc64 elfv2
  
  Clang can build this port after r359086.

Modified:
  head/math/gsl/Makefile

Modified: head/math/gsl/Makefile
==============================================================================
--- head/math/gsl/Makefile	Thu Mar 19 20:01:41 2020	(r528743)
+++ head/math/gsl/Makefile	Thu Mar 19 21:18:52 2020	(r528744)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003192118.02JLIr8d086809>