From ed44f24fa095cbf4e4bdee5ff1787ad1dd21bd06 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj <pkubaj@FreeBSD.org> Date: Mon, 10 Jun 2019 10:02:29 +0000 Subject: 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) --- math/libxls/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/libxls/Makefile b/math/libxls/Makefile index c565dcd8cc1e..9755436c16e0 100644 --- a/math/libxls/Makefile +++ b/math/libxls/Makefile @@ -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 -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0