diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2015-04-22 20:16:04 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2015-04-22 20:16:04 +0000 |
commit | 779c36f5c4677e26ad544b72a061151c7019f23a (patch) | |
tree | 3e2945667463e62a9b4af6b4c1f68e4cca2f9215 /math/plplot/files/patch-cmake_modules_csiro.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)
Notes
Notes:
svn path=/head/; revision=384520
Diffstat (limited to 'math/plplot/files/patch-cmake_modules_csiro.cmake')
-rw-r--r-- | math/plplot/files/patch-cmake_modules_csiro.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/plplot/files/patch-cmake_modules_csiro.cmake b/math/plplot/files/patch-cmake_modules_csiro.cmake index ab1d76d810a6..c9ca2793f084 100644 --- a/math/plplot/files/patch-cmake_modules_csiro.cmake +++ b/math/plplot/files/patch-cmake_modules_csiro.cmake @@ -1,6 +1,6 @@ ---- cmake/modules/csiro.cmake.orig 2009-09-06 21:04:43.000000000 +0200 -+++ cmake/modules/csiro.cmake 2009-12-30 21:10:58.000000000 +0100 -@@ -36,6 +36,10 @@ +--- cmake/modules/csiro.cmake.orig 2015-04-12 10:08:04 UTC ++++ cmake/modules/csiro.cmake +@@ -36,6 +36,10 @@ if(PL_HAVE_QHULL OR WITH_CSA) else(CMAKE_C_COMPILER MATCHES "gcc") set(NAN_CFLAGS "${NAN_CFLAGS} -ieee") endif(CMAKE_C_COMPILER MATCHES "gcc") |