svn commit: r536665 - head/math/py-cypari2

Piotr Kubaj pkubaj at FreeBSD.org
Wed May 27 00:24:41 UTC 2020


Author: pkubaj
Date: Wed May 27 00:24:40 2020
New Revision: 536665
URL: https://svnweb.freebsd.org/changeset/ports/536665

Log:
  math/py-cypari2: fix build on GCC architectures
  
  Use C11 compiler:
  /usr/local/lib/python3.7/site-packages/cysignals/struct_signals.h:45: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int'

Modified:
  head/math/py-cypari2/Makefile

Modified: head/math/py-cypari2/Makefile
==============================================================================
--- head/math/py-cypari2/Makefile	Wed May 27 00:17:22 2020	(r536664)
+++ head/math/py-cypari2/Makefile	Wed May 27 00:24:40 2020	(r536665)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cysignals>0:devel/
 USE_GITHUB=	yes
 GH_ACCOUNT=	sagemath
 
-USES=		perl5 python:3.6+
+USES=		compiler:c11 perl5 python:3.6+
 USE_PERL5=	build
 USE_PYTHON=	cython distutils
 


More information about the svn-ports-head mailing list