Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2020 16:57:22 +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: r553628 - head/lang/cython
Message-ID:  <202010291657.09TGvMeK079853@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



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