diff options
Diffstat (limited to 'sci-libs/plplot/files/plplot-5.9.0-python.patch')
-rw-r--r-- | sci-libs/plplot/files/plplot-5.9.0-python.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-libs/plplot/files/plplot-5.9.0-python.patch b/sci-libs/plplot/files/plplot-5.9.0-python.patch new file mode 100644 index 000000000000..863150274f33 --- /dev/null +++ b/sci-libs/plplot/files/plplot-5.9.0-python.patch @@ -0,0 +1,11 @@ +--- plplot/examples/python/CMakeLists.txt.orig ++++ plplot/examples/python/CMakeLists.txt +@@ -147,7 +147,7 @@ + @ONLY + ) + +-set(python_location1 ${PYTHON_INSTDIR}) ++set(python_location1) + set(python_location2) + configure_file( + ${CMAKE_CURRENT_SOURCE_DIR}/plplot_python_start.py.cmake |