Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Nov 2020 14:03:51 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r554391 - head/math/labplot/files
Message-ID:  <202011071403.0A7E3pXu083987@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Nov  7 14:03:51 2020
New Revision: 554391
URL: https://svnweb.freebsd.org/changeset/ports/554391

Log:
  math/labplot: fix build against cantor-20.08.3

Modified:
  head/math/labplot/files/patch-git_4255438c

Modified: head/math/labplot/files/patch-git_4255438c
==============================================================================
--- head/math/labplot/files/patch-git_4255438c	Sat Nov  7 13:47:41 2020	(r554390)
+++ head/math/labplot/files/patch-git_4255438c	Sat Nov  7 14:03:51 2020	(r554391)
@@ -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 ()



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011071403.0A7E3pXu083987>