svn commit: r507060 - head/graphics/py-cairo

Piotr Kubaj pkubaj at FreeBSD.org
Sun Jul 21 18:07:05 UTC 2019


Author: pkubaj
Date: Sun Jul 21 18:07:04 2019
New Revision: 507060
URL: https://svnweb.freebsd.org/changeset/ports/507060

Log:
  graphics/py-cairo: fix build with GCC architectures
  
  New GCC is required on GCC architectures:
  cairo/surface.c:478: error: #pragma GCC diagnostic not allowed inside functions
  
  Approved by:	mentors (implicit approval)

Modified:
  head/graphics/py-cairo/Makefile

Modified: head/graphics/py-cairo/Makefile
==============================================================================
--- head/graphics/py-cairo/Makefile	Sun Jul 21 18:06:16 2019	(r507059)
+++ head/graphics/py-cairo/Makefile	Sun Jul 21 18:07:04 2019	(r507060)
@@ -18,7 +18,7 @@ LICENSE_FILE_MPL11=	${WRKSRC}/COPYING-MPL-1.1
 
 PORTSCOUT=	limitw:1,even
 
-USES=		gnome pkgconfig python
+USES=		compiler:c11 gnome pkgconfig python
 USE_PYTHON=	distutils py3kplist
 USE_GNOME=	cairo
 


More information about the svn-ports-head mailing list