Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Nov 2018 17:16:45 +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: r486041 - head/misc/urdfdom
Message-ID:  <201811271716.wARHGjKJ058482@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Nov 27 17:16:44 2018
New Revision: 486041
URL: https://svnweb.freebsd.org/changeset/ports/486041

Log:
  misc/urdfdom: fix build with GCC-based architectures
  
  PR:		233572
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Modified:
  head/misc/urdfdom/Makefile

Modified: head/misc/urdfdom/Makefile
==============================================================================
--- head/misc/urdfdom/Makefile	Tue Nov 27 17:11:39 2018	(r486040)
+++ head/misc/urdfdom/Makefile	Tue Nov 27 17:16:44 2018	(r486041)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libconsole_bridge.so:misc/console-bridge 
 		libtinyxml.so:textproc/tinyxml
 RUN_DEPENDS=	urdfdom-headers>0:misc/urdfdom-headers
 
-USES=		cmake:outsource
+USES=		compiler:c++11-lang cmake:outsource
 USE_GITHUB=	yes
 GH_ACCOUNT=	ros
 USE_LDCONFIG=	yes



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