Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jun 2019 10:02:29 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503884 - head/math/libxls
Message-ID:  <201906101002.x5AA2T1S018843@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon Jun 10 10:02:29 2019
New Revision: 503884
URL: https://svnweb.freebsd.org/changeset/ports/503884

Log:
  math/libxls: fix build
  
  Add USES=compiler:c++11-lang:
  configure: error: *** A compiler with support for C++11 language features is required.
  
  Approved by:	mentors (implicite approval)

Modified:
  head/math/libxls/Makefile

Modified: head/math/libxls/Makefile
==============================================================================
--- head/math/libxls/Makefile	Mon Jun 10 09:55:22 2019	(r503883)
+++ head/math/libxls/Makefile	Mon Jun 10 10:02:29 2019	(r503884)
@@ -10,7 +10,7 @@ COMMENT=	Extract Cell Data From Excel xls files
 
 LICENSE=	BSD2CLAUSE
 
-USES=	libtool
+USES=	compiler:c++11-lang libtool
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip



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