Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Dec 2018 02:50:02 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486391 - head/textproc/tinyxml
Message-ID:  <201812020250.wB22o3sp075816@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Dec  2 02:50:02 2018
New Revision: 486391
URL: https://svnweb.freebsd.org/changeset/ports/486391

Log:
  USES=compiler:c++11-lang is necessary to link to misc/urdfdom on GCC-
  based architectures.
  
  PR:		233571
  Submitted by:	Piotr Kubaj

Modified:
  head/textproc/tinyxml/Makefile

Modified: head/textproc/tinyxml/Makefile
==============================================================================
--- head/textproc/tinyxml/Makefile	Sun Dec  2 02:37:29 2018	(r486390)
+++ head/textproc/tinyxml/Makefile	Sun Dec  2 02:50:02 2018	(r486391)
@@ -13,7 +13,7 @@ COMMENT=	Small C++ XML parser
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-USES=		uidfix
+USES=		compiler:c++11-lang uidfix
 USE_LDCONFIG=	YES
 SHLIB_MAJOR=	3
 PLIST_SUB=	SHLIB_MAJOR="${SHLIB_MAJOR}"



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