Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Nov 2020 14:04:32 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r554392 - branches/2020Q4/math/labplot/files
Message-ID:  <202011071404.0A7E4Wn6084180@repo.freebsd.org>

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

Log:
  MFH: r554391
  
  math/labplot: fix build against cantor-20.08.3
  
  Approved by:	ports-secteam (implicit)

Modified:
  branches/2020Q4/math/labplot/files/patch-git_4255438c
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/math/labplot/files/patch-git_4255438c
==============================================================================
--- branches/2020Q4/math/labplot/files/patch-git_4255438c	Sat Nov  7 14:03:51 2020	(r554391)
+++ branches/2020Q4/math/labplot/files/patch-git_4255438c	Sat Nov  7 14:04:31 2020	(r554392)
@@ -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?202011071404.0A7E4Wn6084180>