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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
0
-- /usr/portage/eclass-old/cmake-utils.eclass  2017-02-28 19:50:50.000000000
0
++ /usr/portage/eclass/cmake-utils.eclass      2017-03-03 18:18:45.513930741
Lines 606-611 Link Here
606
       cat > "${common_config}" <<- _EOF_ || die
606
       cat > "${common_config}" <<- _EOF_ || die
607
               SET (CMAKE_GENTOO_BUILD ON CACHE BOOL "Indicate Gentoo package build")
607
               SET (CMAKE_GENTOO_BUILD ON CACHE BOOL "Indicate Gentoo package build")
608
               SET (LIB_SUFFIX ${libdir/lib} CACHE STRING "library path suffix" FORCE)
608
               SET (LIB_SUFFIX ${libdir/lib} CACHE STRING "library path suffix" FORCE)
609
               SET (CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX "${libdir/lib}" CACHE STRING "")
609
               SET (CMAKE_INSTALL_LIBDIR ${libdir} CACHE PATH "Output directory for libraries")
610
               SET (CMAKE_INSTALL_LIBDIR ${libdir} CACHE PATH "Output directory for libraries")
610
       _EOF_
611
       _EOF_
611
       [[ "${NOCOLOR}" = true || "${NOCOLOR}" = yes ]] && echo 'SET (CMAKE_COLOR_MAKEFILE OFF CACHE BOOL "pretty colors during make" FORCE)' >> "${common_config}"
612
       [[ "${NOCOLOR}" = true || "${NOCOLOR}" = yes ]] && echo 'SET (CMAKE_COLOR_MAKEFILE OFF CACHE BOOL "pretty colors during make" FORCE)' >> "${common_config}"

Return to bug 426936