Ticket #31219: grantlee.diff
File grantlee.diff, 1.1 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
files/patch-templates-tests-CMakeLists.txt.diff
1 --- templates/tests/CMakeLists.txt.orig 2011-09-12 03:00:21.000000000 -0500 2 +++ templates/tests/CMakeLists.txt 2011-09-12 03:20:39.000000000 -0500 3 @@ -1,4 +1,6 @@ 4 project(grantlee_templates_tests) 5 +find_package(Boost REQUIRED) 6 +include_directories(${Boost_INCLUDE_DIR} ${Boost_INCLUDE_DIR}/boost/tr1) 7 8 set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} ) 9 -
Portfile
20 20 21 21 patchfiles patch-CMakeLists.txt.diff 22 22 23 if {${os.platform} == "darwin" && ${os.major} <= 9} { 24 depends_build-append port:boost 25 patchfiles-append patch-templates-tests-CMakeLists.txt.diff 26 } 27 23 28 livecheck.url http://downloads.grantlee.org/ 24 29 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"