diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-11-07 14:03:51 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-11-07 14:03:51 +0000 |
commit | 30b97bab4b4fef660e5cb0c0f6551a1b5cc50a12 (patch) | |
tree | 8c95e1c14a9f80674fe83dde4a7665bc9dcee36c /math/labplot | |
parent | biology/bowtie2: Upgrade to 2.4.2 (diff) |
math/labplot: fix build against cantor-20.08.3
Diffstat (limited to 'math/labplot')
-rw-r--r-- | math/labplot/files/patch-git_4255438c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/labplot/files/patch-git_4255438c b/math/labplot/files/patch-git_4255438c index 7bcc6b714284..2f3d3eaaaad8 100644 --- a/math/labplot/files/patch-git_4255438c +++ b/math/labplot/files/patch-git_4255438c @@ -19,7 +19,7 @@ index 33b407046..57ad46dd8 100644 MESSAGE (STATUS "Cantor Library ${Cantor_VERSION} TOO OLD. Minimum usable version is 19.12") ENDIF () - IF (${Cantor_VERSION} VERSION_GREATER "20.08") -+ IF (${Cantor_VERSION} VERSION_GREATER "20.08.2") ++ IF (${Cantor_VERSION} VERSION_GREATER "20.08.3") add_definitions (-DHAVE_NEW_CANTOR_LIBS) ENDIF () ELSE () |