svn commit: r554392 - branches/2020Q4/math/labplot/files

Tobias C. Berner tcberner at FreeBSD.org
Sat Nov 7 14:04:32 UTC 2020


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 ()


More information about the svn-ports-branches mailing list