svn commit: r495747 - head/textproc/libnumbertext

Mark Linimon linimon at FreeBSD.org
Fri Mar 15 00:02:16 UTC 2019


Author: linimon
Date: Fri Mar 15 00:02:15 2019
New Revision: 495747
URL: https://svnweb.freebsd.org/changeset/ports/495747

Log:
  Fix build on gcc-based architectures:
  
    configure: error: Missing std::codecvt or std::regex support, use GCC 4.9 (or greater) or --enable-boost.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/textproc/libnumbertext/Makefile

Modified: head/textproc/libnumbertext/Makefile
==============================================================================
--- head/textproc/libnumbertext/Makefile	Thu Mar 14 23:59:47 2019	(r495746)
+++ head/textproc/libnumbertext/Makefile	Fri Mar 15 00:02:15 2019	(r495747)
@@ -11,7 +11,7 @@ COMMENT=	Number to number name and money text conversi
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=	gmake libtool tar:xz
+USES=		compiler:c++11-lang gmake libtool tar:xz
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list