Revision: 100787 https://trac.macports.org/changeset/100787 Author: g5pw@macports.org Date: 2012-12-24 06:38:16 -0800 (Mon, 24 Dec 2012) Log Message: ----------- graphics/vtk5: fix compilation with tcl/tk 8.6 (#37376) Modified Paths: -------------- trunk/dports/graphics/vtk5/Portfile Modified: trunk/dports/graphics/vtk5/Portfile =================================================================== --- trunk/dports/graphics/vtk5/Portfile 2012-12-24 13:29:42 UTC (rev 100786) +++ trunk/dports/graphics/vtk5/Portfile 2012-12-24 14:38:16 UTC (rev 100787) @@ -56,6 +56,8 @@ -DVTK_DATA_ROOT:PATH=${prefix}/share/VTKData \ -DVTK_USE_GL2PS:BOOL=ON \ -DVTK_WRAP_PYTHON:BOOL=OFF +configure.cxxflags-append \ + -DUSE_INTERP_ERRORLINE post-configure { reinplace "s|c++|c++ -L${prefix}/lib |" \
participants (1)
-
g5pw@macports.org