svn commit: r528744 - head/math/gsl
Piotr Kubaj
pkubaj at FreeBSD.org
Thu Mar 19 21:18:53 UTC 2020
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>
More information about the svn-ports-head
mailing list