]> git.pld-linux.org Git - packages/clcc.git/blobdiff - boost-1.59.patch
- fix building with boost 1.59
[packages/clcc.git] / boost-1.59.patch
diff --git a/boost-1.59.patch b/boost-1.59.patch
new file mode 100644 (file)
index 0000000..0155bba
--- /dev/null
@@ -0,0 +1,11 @@
+--- clcc-0.3.0/src/CMakeLists.txt~     2015-11-21 23:23:37.000000000 +0100
++++ clcc-0.3.0/src/CMakeLists.txt      2015-11-21 23:28:23.721669338 +0100
+@@ -41,7 +41,7 @@
\r
+ if (Boost_FOUND)\r
+     include_directories(${Boost_INCLUDE_DIRS})\r
+-    target_link_libraries(clcc ${Boost_LIBRARIES})\r
++    target_link_libraries(clcc ${Boost_LIBRARIES} -lboost_system)\r
+ endif()\r
\r
+ source_group("Test Files" FILES test.cl test_error.cl test_multifile.cl)\r
This page took 0.230993 seconds and 4 git commands to generate.