openbsd-ports/devel/cmake/patches/patch-Modules_FindBoost_cmake
dcoppa d475b0a293 Update to cmake-2.8.9.
"There was no cmake fallout in the bulk on amd64" jasper@
Also tested by Brad with a handful of CMake using ports
2012-08-31 12:28:31 +00:00

15 lines
659 B
Plaintext

$OpenBSD: patch-Modules_FindBoost_cmake,v 1.5 2012/08/31 12:28:31 dcoppa Exp $
--- Modules/FindBoost.cmake.orig Thu Aug 9 20:15:19 2012
+++ Modules/FindBoost.cmake Thu Aug 23 11:25:47 2012
@@ -74,7 +74,9 @@
# omit the 3rd version number from include paths if it is 0 although not all
# binary Boost releases do so.
#
-# set(Boost_ADDITIONAL_VERSIONS "1.78" "1.78.0" "1.79" "1.79.0")
+set(Boost_ADDITIONAL_VERSIONS "1.50.0" "1.50" "1.49.0" "1.49" "1.48.0" "1.48"
+ "1.47.0" "1.47" "1.46.0" "1.46" "1.45.0" "1.45" "1.44.0" "1.44" "1.43.0"
+ "1.43" "1.42.0" "1.42")
#
# ===================================== ============= ========================
#