summaryrefslogtreecommitdiff
path: root/libre/luxrender-parabola/force_python3.diff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-24 17:50:09 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-24 17:50:09 -0300
commit4d7f0a213fa4c15037e03d8386c92ff6b8edd3da (patch)
tree36826b2fc14f4b1a4ef0419cea31e318e3c14d60 /libre/luxrender-parabola/force_python3.diff
parent5df1490b1ae825f3b2422115ab13f557b1aa49e9 (diff)
parentcd387206bc82dcf12e11a4f19030edd6acf4b3f4 (diff)
Merge branch 'master' of ssh://lukeshu.com:1863/srv/git/mirror/parabola/abslibre
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}")