Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Feb 2026 05:17:27 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 886b91c55b40 - main - textproc/tinyxml2: Use complete arguments/options
Message-ID:  <698184e7.19b31.3222849a@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=886b91c55b401146eefa20d4cfd45392161e776c

commit 886b91c55b401146eefa20d4cfd45392161e776c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-02-03 04:43:35 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-02-03 05:09:18 +0000

    textproc/tinyxml2: Use complete arguments/options
---
 textproc/tinyxml2/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/textproc/tinyxml2/Makefile b/textproc/tinyxml2/Makefile
index 7d082e017867..628c47fc94a7 100644
--- a/textproc/tinyxml2/Makefile
+++ b/textproc/tinyxml2/Makefile
@@ -15,7 +15,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 USES=		cmake:testing compiler:c++11-lang cpe dos2unix
 
 CMAKE_OFF=	tinyxml2_BUILD_TESTING
-CMAKE_ON=	BUILD_SHARED_LIBS
+CMAKE_ON=	BUILD_SHARED_LIBS \
+		tinyxml2_INSTALL_PKGCONFIG
 CMAKE_TESTING_ON=	tinyxml2_BUILD_TESTING
 USE_LDCONFIG=	yes
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?698184e7.19b31.3222849a>