svn commit: r479987 - head/math/intervaltree

Mark Linimon linimon at FreeBSD.org
Tue Sep 18 07:56:08 UTC 2018


Author: linimon
Date: Tue Sep 18 07:56:07 2018
New Revision: 479987
URL: https://svnweb.freebsd.org/changeset/ports/479987

Log:
  Fix build on gcc-based archs such as powerpc64.  I had already
  independently tested this patch before the PR came in.
  
  PR:		231426
  Submitted by:	pkubaj at anongoth.pl
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/intervaltree/Makefile

Modified: head/math/intervaltree/Makefile
==============================================================================
--- head/math/intervaltree/Makefile	Tue Sep 18 07:52:19 2018	(r479986)
+++ head/math/intervaltree/Makefile	Tue Sep 18 07:56:07 2018	(r479987)
@@ -9,6 +9,7 @@ COMMENT=	Minimal C++ interval tree implementation
 
 LICENSE=	MIT
 
+USES=		compiler:c++0x
 USE_GITHUB=	yes
 GH_ACCOUNT=	ekg
 GH_TAGNAME=	8fc4be91866237995e1105689d84bece619f4663


More information about the svn-ports-all mailing list