svn commit: r499268 - head/devel/elfio

Piotr Kubaj pkubaj at FreeBSD.org
Thu Apr 18 14:38:36 UTC 2019


Author: pkubaj
Date: Thu Apr 18 14:38:35 2019
New Revision: 499268
URL: https://svnweb.freebsd.org/changeset/ports/499268

Log:
  devel/elfio: fix build with GCC-based architectures
  
  PR:		237312
  Approved by:	mat (mentor), james.wright at digital-chaos.com (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D19942

Modified:
  head/devel/elfio/Makefile

Modified: head/devel/elfio/Makefile
==============================================================================
--- head/devel/elfio/Makefile	Thu Apr 18 14:28:07 2019	(r499267)
+++ head/devel/elfio/Makefile	Thu Apr 18 14:38:35 2019	(r499268)
@@ -12,6 +12,8 @@ COMMENT=	Small C++ library for reading and generating 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		compiler:c++11-lang
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--bindir=${EXAMPLESDIR}
 


More information about the svn-ports-head mailing list