svn commit: r553628 - head/lang/cython

Piotr Kubaj pkubaj at FreeBSD.org
Thu Oct 29 16:57:22 UTC 2020


Author: pkubaj
Date: Thu Oct 29 16:57:21 2020
New Revision: 553628
URL: https://svnweb.freebsd.org/changeset/ports/553628

Log:
  lang/cython: fix build on GCC architectures
  
  Use newer GCC:
  cc1: error: unrecognized command line option "-Wno-unused-result"

Modified:
  head/lang/cython/Makefile

Modified: head/lang/cython/Makefile
==============================================================================
--- head/lang/cython/Makefile	Thu Oct 29 16:51:31 2020	(r553627)
+++ head/lang/cython/Makefile	Thu Oct 29 16:57:21 2020	(r553628)
@@ -14,7 +14,7 @@ COMMENT=	Compiler for Writing C Extensions for the Pyt
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-USES=		python
+USES=		compiler:c11 python
 USE_PYTHON=	allflavors autoplist concurrent distutils
 
 post-install:


More information about the svn-ports-head mailing list