svn commit: r526593 - head/textproc/lttoolbox

Piotr Kubaj pkubaj at FreeBSD.org
Thu Feb 20 22:10:29 UTC 2020


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
 


More information about the svn-ports-all mailing list