Date: Tue, 17 Dec 2019 12:40:20 +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: r520327 - head/astro/py-astropy Message-ID: <201912171240.xBHCeK94028879@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Tue Dec 17 12:40:20 2019 New Revision: 520327 URL: https://svnweb.freebsd.org/changeset/ports/520327 Log: astro/py-astropy: fix build on GCC architectures Base GCC doesn't support some new warning flags: cc1: error: unrecognized command line option "-Wno-unused-result" cc1: error: unrecognized command line option "-Wno-misleading-indentation" cc1: error: unrecognized command line option "-Wno-format-overflow" Modified: head/astro/py-astropy/Makefile Modified: head/astro/py-astropy/Makefile ============================================================================== --- head/astro/py-astropy/Makefile Tue Dec 17 12:35:21 2019 (r520326) +++ head/astro/py-astropy/Makefile Tue Dec 17 12:40:20 2019 (r520327) @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.rst BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} -USES= python:3.5+ +USES= compiler:c11 python:3.5+ USE_PYTHON= autoplist distutils .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912171240.xBHCeK94028879>