git: e922d2e73023 - main - devel/collada-dom: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Aug 2023 16:22:31 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=e922d2e73023c2d17485755cbe53c41a3d7c2549 commit e922d2e73023c2d17485755cbe53c41a3d7c2549 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-02 15:53:44 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-02 16:22:19 +0000 devel/collada-dom: Fix build with llvm16 - Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- devel/collada-dom/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/collada-dom/Makefile b/devel/collada-dom/Makefile index c328a1a86d5b..a76caa212951 100644 --- a/devel/collada-dom/Makefile +++ b/devel/collada-dom/Makefile @@ -15,9 +15,10 @@ LIB_DEPENDS= libpcre.so:devel/pcre \ libboost_system.so:devel/boost-libs USES= cmake gnome minizip pkgconfig -USE_LDCONFIG= yes -USE_GNOME= libxml2 +USE_CXXSTD= c++14 USE_GITHUB= yes GH_ACCOUNT= rdiankov +USE_GNOME= libxml2 +USE_LDCONFIG= yes .include <bsd.port.mk>