Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Feb 2020 22:10:27 +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: r526593 - head/textproc/lttoolbox
Message-ID:  <202002202210.01KMARn1033801@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Thu Feb 20 22:10:27 2020
New Revision: 526593
URL: https://svnweb.freebsd.org/changeset/ports/526593

Log:
  textproc/lttoolbox: fix build on GCC architectures
  
  Use C++14 compiler:
  configure: error: Could not enable at least C++1y (C++14) - upgrade your compiler

Modified:
  head/textproc/lttoolbox/Makefile

Modified: head/textproc/lttoolbox/Makefile
==============================================================================
--- head/textproc/lttoolbox/Makefile	Thu Feb 20 21:41:02 2020	(r526592)
+++ head/textproc/lttoolbox/Makefile	Thu Feb 20 22:10:27 2020	(r526593)
@@ -13,7 +13,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libxml2.so:textproc/libxml2
 
-USES=		autoreconf libtool pathfix pkgconfig
+USES=		autoreconf compiler:c++14-lang libtool pathfix pkgconfig
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 



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