diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-17 02:24:24 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-17 02:24:24 +0000 |
commit | 6626c2aa1a392bb16d6174e2458218e5a3ab0955 (patch) | |
tree | 2636bf9716959fd270572a715452a3a18ca09528 /math | |
parent | e96d132160fb4962e142cd5d6813373eab99015d (diff) | |
download | ports-6626c2aa1a392bb16d6174e2458218e5a3ab0955.tar.gz ports-6626c2aa1a392bb16d6174e2458218e5a3ab0955.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/vtk5/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile index b544eaf31d1b..e50064291c9d 100644 --- a/math/vtk5/Makefile +++ b/math/vtk5/Makefile @@ -14,6 +14,8 @@ COMMENT= The Visualization Toolkit LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/Copyright.txt +BROKEN_powerpc64= fails to build: sibling call optimization to `_ZN14vtkProbeFilter26SetValidPointMaskArrayNameEPKc' does not allow automatic multiple TOCs + LIB_DEPENDS= libexpat.so:textproc/expat2 \ libpng.so:graphics/png \ libtiff.so:graphics/tiff |