diff options
Diffstat (limited to 'science/gnudatalanguage/files/patch-CMakeModules_FindPlplot.cmake')
-rw-r--r-- | science/gnudatalanguage/files/patch-CMakeModules_FindPlplot.cmake | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/science/gnudatalanguage/files/patch-CMakeModules_FindPlplot.cmake b/science/gnudatalanguage/files/patch-CMakeModules_FindPlplot.cmake new file mode 100644 index 000000000000..f90320de36d3 --- /dev/null +++ b/science/gnudatalanguage/files/patch-CMakeModules_FindPlplot.cmake @@ -0,0 +1,13 @@ +--- CMakeModules/FindPlplot.cmake.orig 2015-04-22 19:37:22 UTC ++++ CMakeModules/FindPlplot.cmake +@@ -9,8 +9,8 @@ + # + + +-find_library(PLPLOT_LIBRARY NAMES plplotd) +-find_library(PLPLOTCXX_LIBRARY NAMES plplotcxxd) ++find_library(PLPLOT_LIBRARY NAMES plplot) ++find_library(PLPLOTCXX_LIBRARY NAMES plplotcxx) + set(PLPLOT_LIBRARIES ${PLPLOT_LIBRARY} ${PLPLOTCXX_LIBRARY}) + find_path(PLPLOT_INCLUDE_DIR NAMES plplot/plplot.h) + include(FindPackageHandleStandardArgs) |