Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jun 2017 14:10:26 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443976 - head/textproc/tinyxml2
Message-ID:  <201706201410.v5KEAQkY063623@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Jun 20 14:10:25 2017
New Revision: 443976
URL: https://svnweb.freebsd.org/changeset/ports/443976

Log:
  Do not build xmltest unconditionally

Modified:
  head/textproc/tinyxml2/Makefile

Modified: head/textproc/tinyxml2/Makefile
==============================================================================
--- head/textproc/tinyxml2/Makefile	Tue Jun 20 13:59:08 2017	(r443975)
+++ head/textproc/tinyxml2/Makefile	Tue Jun 20 14:10:25 2017	(r443976)
@@ -13,7 +13,7 @@ LICENSE=	ZLIB
 
 OPTIONS_DEFINE=	EXAMPLES
 
-CMAKE_ARGS=	-DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=ON
+CMAKE_ARGS=	-DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=ON -DBUILD_TESTS=OFF
 USE_LDCONFIG=	yes
 USES=		cmake dos2unix pathfix
 



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