From dcc8c01372ab57b204b41efc6500c704eda3fbc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Mon, 9 Dec 2013 19:21:46 -0200 Subject: rebuilding luxrender-libre with clang compiler and adding patch to force python3 in boost dep --- libre/luxrender-libre/force_python3.diff | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libre/luxrender-libre/force_python3.diff (limited to 'libre/luxrender-libre/force_python3.diff') diff --git a/libre/luxrender-libre/force_python3.diff b/libre/luxrender-libre/force_python3.diff new file mode 100644 index 000000000..1ee61e872 --- /dev/null +++ b/libre/luxrender-libre/force_python3.diff @@ -0,0 +1,12 @@ +diff -rup luxrender-lux-d0b0e20c47cc/cmake/Dependencies.cmake luxrender-lux-d0b0e20c47cc.new/cmake/Dependencies.cmake +--- luxrender-lux-d0b0e20c47cc/cmake/Dependencies.cmake 2013-11-04 22:25:45.000000000 +0100 ++++ luxrender-lux-d0b0e20c47cc.new/cmake/Dependencies.cmake 2013-12-05 19:43:23.414625854 +0100 +@@ -156,7 +156,7 @@ IF(MSVC AND BOOST_python_LIBRARYDIR) + SET(BOOST_LIBRARYDIR "${BOOST_python_LIBRARYDIR}") + ENDIF(MSVC AND BOOST_python_LIBRARYDIR) + +-FIND_PACKAGE(Boost ${Boost_MINIMUM_VERSION} COMPONENTS python REQUIRED) ++FIND_PACKAGE(Boost ${Boost_MINIMUM_VERSION} COMPONENTS python3 REQUIRED) + + IF(MSVC AND BOOST_python_LIBRARYDIR) + SET(BOOST_LIBRARYDIR "${_boost_libdir}") -- cgit v1.2.3-2-g168b