svn commit: r492073 - head/textproc/castxml

Yuri Victorovich yuri at FreeBSD.org
Sun Feb 3 20:30:35 UTC 2019


Author: yuri
Date: Sun Feb  3 20:30:34 2019
New Revision: 492073
URL: https://svnweb.freebsd.org/changeset/ports/492073

Log:
  textproc/castxml: fix build with GCC-based architectures
  
  PR:		235372
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/textproc/castxml/Makefile

Modified: head/textproc/castxml/Makefile
==============================================================================
--- head/textproc/castxml/Makefile	Sun Feb  3 20:27:54 2019	(r492072)
+++ head/textproc/castxml/Makefile	Sun Feb  3 20:30:34 2019	(r492073)
@@ -14,7 +14,7 @@ BUILD_DEPENDS=	clang${LLVM_VERSION}:devel/llvm${LLVM_V
 RUN_DEPENDS=	clang${LLVM_VERSION}:devel/llvm${LLVM_VERSION}
 TEST_DEPENDS=	${LOCALBASE}/lib/libxml2.so:textproc/libxml2
 
-USES=		cmake
+USES=		cmake compiler:c++11-lang
 USE_GITHUB=	yes
 GH_ACCOUNT=	CastXML
 GH_PROJECT=	CastXML


More information about the svn-ports-all mailing list