openbsd-ports/devel/cmake/patches/patch-Tests_CMakeTests_ModuleNoticesTest_cmake_in
dcoppa 57eaee2ae8 Update to cmake-2.8.6
Fixed FindRuby.cmake module (from Vadim Zhukov)

Fixed FindJava.cmake and FindJNI.cmake modules when cmake is used
outside of our ports tree (problem reported and fix tested by
pirofti@)

Still "100% tests passed, 0 tests failed out of 197".

No fallout in a bulk build.

OK jasper@
2011-10-14 17:22:10 +00:00

14 lines
564 B
Plaintext

$OpenBSD: patch-Tests_CMakeTests_ModuleNoticesTest_cmake_in,v 1.4 2011/10/14 17:22:10 dcoppa Exp $
--- Tests/CMakeTests/ModuleNoticesTest.cmake.in.orig Tue Oct 4 18:09:25 2011
+++ Tests/CMakeTests/ModuleNoticesTest.cmake.in Fri Oct 7 11:25:43 2011
@@ -22,6 +22,9 @@ string(REPLACE "\r\r" "\r" notice_regex "${notice_rege
# Modules that do not require our notice.
set(notice_exceptions
FindCUDA.cmake # MIT License, distributed here from upstream project
+ FindIconv.cmake
+ FindLCMS.cmake
+ FindLibintl.cmake
)
# Load the list of modules to check.