git: 886b91c55b40 - main - textproc/tinyxml2: Use complete arguments/options
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 Feb 2026 05:17:27 UTC
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