Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 605304 | Differences between
and this patch

Collapse All | Expand All

(-)configure.ac_orig (-2 / +2 lines)
Lines 1043-1050 Link Here
1043
      HAVE_VTK=no
1043
      HAVE_VTK=no
1044
    fi
1044
    fi
1045
    if test "x$vtk_lib" != "x"; then
1045
    if test "x$vtk_lib" != "x"; then
1046
      CSF_VTK_LIB="-L$vtk_lib -lvtkCommonCore-6.1 -lvtkCommonDataModel-6.1 -lvtkCommonExecutionModel-6.1 -lvtkCommonMath-6.1 -lvtkCommonTransforms-6.1 "
1046
      CSF_VTK_LIB="-L$vtk_lib -lvtkCommonCore -lvtkCommonDataModel -lvtkCommonExecutionModel -lvtkCommonMath -lvtkCommonTransforms "
1047
      CSF_VTK_LIB="${CSF_VTK_LIB} -lvtkRenderingCore-6.1 -lvtkRenderingOpenGL-6.1  -lvtkFiltersGeneral-6.1 -lvtkIOCore-6.1 -lvtkIOImage-6.1 -lvtkImagingCore-6.1 -lvtkInteractionStyle-6.1 "
1047
      CSF_VTK_LIB="${CSF_VTK_LIB} -lvtkRenderingCore -lvtkRenderingOpenGL2  -lvtkFiltersGeneral -lvtkIOCore -lvtkIOImage -lvtkImagingCore -lvtkInteractionStyle "
1048
    else
1048
    else
1049
      HAVE_VTK=no
1049
      HAVE_VTK=no
1050
    fi
1050
    fi

Return to bug 605304