summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authormarkd <markd>2011-09-29 19:27:06 +0000
committermarkd <markd>2011-09-29 19:27:06 +0000
commitffe2d87413c4058f42ca9234a1a4bdce496ee56c (patch)
tree3352d96025c1e2049b69fbb5a704dcd75f020856 /mk
parent61674ffdd6cfeb1322e17ea30a3d3fd24b153fed (diff)
downloadpkgsrc-ffe2d87413c4058f42ca9234a1a4bdce496ee56c.tar.gz
Re-add $PREFIX (but not hard coded this time) to CMAKE_SYSTEM_PREFIX_PATH
Needed to properly detect and set the paths of some installed packages that fall outside the buildlink framework.
Diffstat (limited to 'mk')
-rw-r--r--mk/cmake-Modules/Platform/UnixPaths.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/cmake-Modules/Platform/UnixPaths.cmake b/mk/cmake-Modules/Platform/UnixPaths.cmake
index 4c6c8985bff..39554a88f52 100644
--- a/mk/cmake-Modules/Platform/UnixPaths.cmake
+++ b/mk/cmake-Modules/Platform/UnixPaths.cmake
@@ -5,7 +5,7 @@ GET_FILENAME_COMPONENT(_CMAKE_INSTALL_DIR "${_CMAKE_INSTALL_DIR}" PATH)
LIST(APPEND CMAKE_SYSTEM_PREFIX_PATH
# Standard
- / /usr $ENV{BUILDLINK_DIR}
+ / /usr $ENV{BUILDLINK_DIR} $ENV{PREFIX}
)
SET(CMAKE_SYSTEM_INCLUDE_PATH ${CMAKE_SYSTEM_INCLUDE_PATH}