svn commit: r503884 - head/math/libxls

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jun 10 10:02:30 UTC 2019


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


More information about the svn-ports-head mailing list