Date: Tue, 1 Jan 2019 14:18:24 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488896 - head/textproc/tinyxml2 Message-ID: <201901011418.x01EIOs3046298@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901011418.x01EIOs3046298>