diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-19 18:49:40 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-19 18:49:40 +0000 |
commit | 8585fd5e1746e05f9b5eb249c2735a9ebb7fccb9 (patch) | |
tree | 7ec1da6c850217a3e0c85b89c57c56664b14fe64 /math | |
parent | cb17077f785376b3c86bc92bd5ee300f257d05af (diff) | |
download | ports-8585fd5e1746e05f9b5eb249c2735a9ebb7fccb9.tar.gz ports-8585fd5e1746e05f9b5eb249c2735a9ebb7fccb9.zip |
Mark BROKEN: fails to build
/wrkdirs/usr/ports/math/vtk6/work/VTK-6.1.0/Rendering/FreeType/vtkFreeTypeTools.cxx: In member function 'bool vtkFreeTypeTools::CalculateBoundingBox(const T&, vtkFreeTypeTools::MetaData&)':
/wrkdirs/usr/ports/math/vtk6/work/VTK-6.1.0/Rendering/FreeType/vtkFreeTypeTools.cxx:1190: error: no matching function for call to 'min(unsigned int&, int&)'
Reported by: pkg-fallout
Notes
Notes:
svn path=/head/; revision=374966
Diffstat (limited to 'math')
-rw-r--r-- | math/vtk6/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/vtk6/Makefile b/math/vtk6/Makefile index 73f929f3d5d0..fe5b8034c29b 100644 --- a/math/vtk6/Makefile +++ b/math/vtk6/Makefile @@ -14,6 +14,8 @@ COMMENT= The Visualization Toolkit LICENSE= BSD3CLAUSE +BROKEN= Fails to build + LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \ libpng.so:${PORTSDIR}/graphics/png \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ |