Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Dec 2018 15:16:47 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486373 - head/devel/ignition-msgs
Message-ID:  <201812011516.wB1FGlMj099168@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Dec  1 15:16:47 2018
New Revision: 486373
URL: https://svnweb.freebsd.org/changeset/ports/486373

Log:
  devel/ignition-msgs: fix build with GCC-based architectures
  
  PR:		233686
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Modified:
  head/devel/ignition-msgs/Makefile

Modified: head/devel/ignition-msgs/Makefile
==============================================================================
--- head/devel/ignition-msgs/Makefile	Sat Dec  1 15:13:06 2018	(r486372)
+++ head/devel/ignition-msgs/Makefile	Sat Dec  1 15:16:47 2018	(r486373)
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	ignition-cmake==2:devel/ignition-cmake 
 LIB_DEPENDS=	libprotobuf.so:devel/protobuf \
 		libignition-math6.so:math/ignition-math
 
-USES=		cmake:outsource
+USES=		compiler:c++11-lang cmake:outsource
 USE_RUBY=	yes
 USE_LDCONFIG=	yes
 



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