svn commit: r529230 - head/devel/libsavitar

Mark Linimon linimon at FreeBSD.org
Fri Mar 27 07:01:47 UTC 2020


Author: linimon
Date: Fri Mar 27 07:01:37 2020
New Revision: 529230
URL: https://svnweb.freebsd.org/changeset/ports/529230

Log:
  Fix build on GCC-based systems:
  
    /wrkdirs/usr/ports/devel/libsavitar/work/libSavitar-96eba0e/src/Namespace.h:20: error: 'xmlns_map_t' was not declared in this scope
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/libsavitar/Makefile

Modified: head/devel/libsavitar/Makefile
==============================================================================
--- head/devel/libsavitar/Makefile	Fri Mar 27 06:56:51 2020	(r529229)
+++ head/devel/libsavitar/Makefile	Fri Mar 27 07:01:37 2020	(r529230)
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sip>0:devel/py-sip@${PY_FLAVOR}
 
-USES=		cmake python:3.4+
+USES=		cmake compiler:c++11-lang python:3.4+
 USE_GITHUB=	yes
 GH_ACCOUNT=	Ultimaker
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list