aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2018-11-24 16:55:07 +0800
committerlinimon <linimon@FreeBSD.org>2018-11-24 16:55:07 +0800
commit1e310c51970c7687a652788dc417af3a34558285 (patch)
treef00cf3d5ca749930f22c89a558817a0ded42e71c /graphics
parent9ff6d111480750fcdb0ea774dc25808f3406c178 (diff)
downloadfreebsd-ports-gnome-1e310c51970c7687a652788dc417af3a34558285.tar.gz
freebsd-ports-gnome-1e310c51970c7687a652788dc417af3a34558285.tar.zst
freebsd-ports-gnome-1e310c51970c7687a652788dc417af3a34558285.zip
Add compiler:c11 to USES to fix build on gcc-based archs.
PR: 232861 Submitted by: Piotr Kubaj Approved by: maintainer
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-pivy/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/py-pivy/Makefile b/graphics/py-pivy/Makefile
index 0210129c27f7..3e9e095a5c84 100644
--- a/graphics/py-pivy/Makefile
+++ b/graphics/py-pivy/Makefile
@@ -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