svn commit: r488896 - head/textproc/tinyxml2

Tobias C. Berner tcberner at FreeBSD.org
Tue Jan 1 14:18:25 UTC 2019


Author: tcberner
Date: Tue Jan  1 14:18:24 2019
New Revision: 488896
URL: https://svnweb.freebsd.org/changeset/ports/488896

Log:
  textproc/tinyxml2: fix build on GCC architectures after r488341
  
  - the port fails to stage when gcc is used unless cmake:insource is used.
  
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/textproc/tinyxml2/Makefile

Modified: head/textproc/tinyxml2/Makefile
==============================================================================
--- head/textproc/tinyxml2/Makefile	Tue Jan  1 14:17:46 2019	(r488895)
+++ head/textproc/tinyxml2/Makefile	Tue Jan  1 14:18:24 2019	(r488896)
@@ -16,7 +16,7 @@ OPTIONS_DEFINE=	EXAMPLES
 
 CMAKE_OFF=	BUILD_TESTS
 CMAKE_ON=	BUILD_SHARED_LIBS
-USES=		cmake compiler:c++11-lang dos2unix pathfix
+USES=		cmake:insource compiler:c++11-lang dos2unix pathfix
 USE_LDCONFIG=	yes
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}


More information about the svn-ports-head mailing list