Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2018 07:56:07 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479987 - head/math/intervaltree
Message-ID:  <201809180756.w8I7u7FB053996@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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