dev-util/cmake: remove host directories in Platform/UnixPaths.cmake
authorBenda Xu <heroxbd@gentoo.org>
Sun, 27 Jan 2019 00:44:15 +0000 (08:44 +0800)
committerBenda Xu <heroxbd@gentoo.org>
Sun, 3 Feb 2019 09:54:01 +0000 (17:54 +0800)
commitaa74d8382b940a619abbdcb1020b1f8599ca264b
tree1dfb245870d351e9817796899b49ccb85e050c58
parent037b300dcab2261757850e19f8ccbfb355d32d3d
dev-util/cmake: remove host directories in Platform/UnixPaths.cmake

  Although needed in prefix-rpath, the host directories cause bugs for
  prefix-standalone and introduce duplications for gx86.

  gx86 duplication example:

...
list(APPEND CMAKE_SYSTEM_PREFIX_PATH
  # Standard
  /usr/local /usr /
  /usr/local /usr /
...

Closes: https://bugs.gentoo.org/676372
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
dev-util/cmake/cmake-3.13.4.ebuild
dev-util/cmake/files/cmake-3.13.4-prefix-dirs.patch [new file with mode: 0644]