diff options
author | linimon <linimon@FreeBSD.org> | 2018-11-24 16:55:07 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-11-24 16:55:07 +0800 |
commit | 1e310c51970c7687a652788dc417af3a34558285 (patch) | |
tree | f00cf3d5ca749930f22c89a558817a0ded42e71c /graphics | |
parent | 9ff6d111480750fcdb0ea774dc25808f3406c178 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |