Date: Sun, 21 Jul 2019 18:07:05 +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: r507060 - head/graphics/py-cairo Message-ID: <201907211807.x6LI75wZ059343@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907211807.x6LI75wZ059343>