summaryrefslogtreecommitdiff
path: root/libre/luxrender-parabola/force_python3.diff
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-08-24 16:45:46 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-08-24 16:45:46 -0300
commit63944baf7a43574a3a708fb1778e50cb9ef89cea (patch)
tree53f8b7936da46e757bf4389803a55db62a763bc0 /libre/luxrender-parabola/force_python3.diff
parent9ee6eded53763c93151b50cb4c11812a69cb70bb (diff)
rename luxrender-libre to luxrender-parabola
Diffstat (limited to 'libre/luxrender-parabola/force_python3.diff')
-rw-r--r--libre/luxrender-parabola/force_python3.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/luxrender-parabola/force_python3.diff b/libre/luxrender-parabola/force_python3.diff
new file mode 100644
index 000000000..1ee61e872
--- /dev/null
+++ b/libre/luxrender-parabola/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}")