View | Details | Raw Unified
Collapse All | Expand All

(-) vtk-4.2.6.ebuild (+3 lines)
 Lines 92-97    Link Here 
	use patented && CMAKE_VARIABLES="${CMAKE_VARIABLES} -DVTK_USE_PATENTED:BOOL=ON"
	use patented && CMAKE_VARIABLES="${CMAKE_VARIABLES} -DVTK_USE_PATENTED:BOOL=ON"
	cmake ${CMAKE_VARIABLES} . || die "cmake configuration failed"
	cmake ${CMAKE_VARIABLES} . || die "cmake configuration failed"
	# run cmake a second time, as cmake often doesn't configure properly in one run 
	# no need to feed the $CMAKE_VARIABLES again for the second run as they are already set
	cmake . || die "cmake configuration failed"
	emake || die "emake failed"
	emake || die "emake failed"
}
}