git: 9ce3b459d13e - main - devel/collada-dom: fix build under 14-CURRENT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Feb 2023 23:37:49 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=9ce3b459d13e8463c2f865c61a7582ef76f32d90 commit 9ce3b459d13e8463c2f865c61a7582ef76f32d90 Author: Trenton Schulz <trueos@norwegianrockcat.com> AuthorDate: 2023-02-17 23:55:38 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-02-20 23:36:44 +0000 devel/collada-dom: fix build under 14-CURRENT Supply pkgconfig so minizip is found. This stops the port from building its own bundled minizip, avoiding build problems with LLVM 15 as used on 14-CURRENT. PR: 269628 MFH: 2023Q1 Approved by: eduardo (mentor) Differential Revision: https://reviews.freebsd.org/D38689 --- devel/collada-dom/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/collada-dom/Makefile b/devel/collada-dom/Makefile index 4e2bd5489001..10cfd7a1e352 100644 --- a/devel/collada-dom/Makefile +++ b/devel/collada-dom/Makefile @@ -1,7 +1,7 @@ PORTNAME= collada-dom DISTVERSIONPREFIX= v DISTVERSION= 2.5.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MAINTAINER= trueos@norwegianrockcat.com @@ -14,7 +14,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre \ libboost_filesystem.so:devel/boost-libs \ libboost_system.so:devel/boost-libs -USES= cmake gnome minizip +USES= cmake gnome minizip pkgconfig USE_LDCONFIG= yes USE_GNOME= libxml2 USE_GITHUB= yes