git: 17d2b13d7090 - main - graphics/f3d: Fix build on 13.3-p1 amd64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Apr 2024 02:16:22 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=17d2b13d709097a45abec4fdcde7f86ba7bd4939 commit 17d2b13d709097a45abec4fdcde7f86ba7bd4939 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-04-05 02:11:24 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-04-05 02:11:24 +0000 graphics/f3d: Fix build on 13.3-p1 amd64 Reported by: Vladimir Druzenko <vvd@freebsd.org> --- graphics/f3d/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/f3d/Makefile b/graphics/f3d/Makefile index bf3fc902170a..b11862b7c07b 100644 --- a/graphics/f3d/Makefile +++ b/graphics/f3d/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg4 \ libvtkCommonMisc-${VTK_VER}.so:math/vtk${VTK_VER:R} USES= cmake:testing compiler:c++17-lang desktop-file-utils gl \ - shared-mime-info tcl tk xorg + localbase:ldflags shared-mime-info tcl tk xorg USE_GL= gl USE_XORG= ice sm x11 xt USE_LDCONFIG= yes