summaryrefslogtreecommitdiff
path: root/science/gnudatalanguage/files/patch-CMakeModules_FindPlplot.cmake
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2015-04-22 20:16:04 +0000
committerThierry Thomas <thierry@FreeBSD.org>2015-04-22 20:16:04 +0000
commit779c36f5c4677e26ad544b72a061151c7019f23a (patch)
tree3e2945667463e62a9b4af6b4c1f68e4cca2f9215 /science/gnudatalanguage/files/patch-CMakeModules_FindPlplot.cmake
parent- Remove LICENSE (diff)
- Upgrade math/plplot to 5.11.0
Announcement at <https://sourceforge.net/p/plplot/plplot/ci/plplot-5.11.0/tree/README.release> - Take maintainership - Chase dependencies. PR: ports/199539 Submitted by: Ben Woods <woodsb02 (at) gmail.com> Approved by: marino (for plplot-ada), /me (for gnudatalanguage)
Diffstat (limited to 'science/gnudatalanguage/files/patch-CMakeModules_FindPlplot.cmake')
-rw-r--r--science/gnudatalanguage/files/patch-CMakeModules_FindPlplot.cmake13
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)