summaryrefslogtreecommitdiff
path: root/science/gnudatalanguage/files/patch-CMakeModules_FindPlplot.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'science/gnudatalanguage/files/patch-CMakeModules_FindPlplot.cmake')
-rw-r--r--science/gnudatalanguage/files/patch-CMakeModules_FindPlplot.cmake13
1 files changed, 0 insertions, 13 deletions
diff --git a/science/gnudatalanguage/files/patch-CMakeModules_FindPlplot.cmake b/science/gnudatalanguage/files/patch-CMakeModules_FindPlplot.cmake
deleted file mode 100644
index f90320de36d3..000000000000
--- a/science/gnudatalanguage/files/patch-CMakeModules_FindPlplot.cmake
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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)