svn commit: r486041 - head/misc/urdfdom

Yuri Victorovich yuri at FreeBSD.org
Tue Nov 27 17:16:45 UTC 2018


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 at 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


More information about the svn-ports-all mailing list