svn commit: r485734 - head/graphics/py-pivy

Mark Linimon linimon at FreeBSD.org
Sat Nov 24 08:55:09 UTC 2018


Author: linimon
Date: Sat Nov 24 08:55:07 2018
New Revision: 485734
URL: https://svnweb.freebsd.org/changeset/ports/485734

Log:
  Add compiler:c11 to USES to fix build on gcc-based archs.
  
  PR:		232861
  Submitted by:	Piotr Kubaj
  Approved by:	maintainer

Modified:
  head/graphics/py-pivy/Makefile

Modified: head/graphics/py-pivy/Makefile
==============================================================================
--- head/graphics/py-pivy/Makefile	Sat Nov 24 08:52:36 2018	(r485733)
+++ head/graphics/py-pivy/Makefile	Sat Nov 24 08:55:07 2018	(r485734)
@@ -16,9 +16,7 @@ LICENSE=	MIT
 BUILD_DEPENDS=	swig3.0:devel/swig30
 LIB_DEPENDS=	libSoQt.so:x11-toolkits/soqt
 
-BROKEN_powerpc64=	fails to link: coin_wrap.o: relocation truncated to fit: R_PPC64_TOC16_DS
-
-USES=		zip python:2.7
+USES=		compiler:c11 python:2.7 zip
 USE_PYTHON=	autoplist distutils
 BINARY_ALIAS=	swig=swig3.0
 


More information about the svn-ports-all mailing list