From c2f30adeebba4ec930ce0a96902dc204a50bf7a1 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Sat, 7 Nov 2020 14:04:31 +0000 Subject: [PATCH] MFH: r554391 math/labplot: fix build against cantor-20.08.3 Approved by: ports-secteam (implicit) --- math/labplot/files/patch-git_4255438c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ()