Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Nov 2018 08:55:08 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485734 - head/graphics/py-pivy
Message-ID:  <201811240855.wAO8t8Xr034623@repo.freebsd.org>

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



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