Date: Thu, 1 Aug 2024 11:50:03 GMT From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e20e0ec29d4e - main - emulators/wine-devel: Use LLVM 17 as minimum, not fixed version Message-ID: <202408011150.471Bo3vE037824@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=e20e0ec29d4eb05b145d80675a61950e7c2865da commit e20e0ec29d4eb05b145d80675a61950e7c2865da Author: Anton Saietskii <vsasjason@gmail.com> AuthorDate: 2024-08-01 09:45:51 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2024-08-01 11:49:42 +0000 emulators/wine-devel: Use LLVM 17 as minimum, not fixed version PR: 280529 LLVM 17 and later provide the necessary include files; see 5f69b17e49 for the original change. --- emulators/wine-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 133e24030133..26b5ec61419d 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex # Only devel/llvm17 and later come with necessary include files - PR274542 USES= bison cpe desktop-file-utils gmake \ - llvm:17,build,noexport localbase \ + llvm:min=17,build,noexport localbase \ pkgconfig sdl shebangfix tar:xz USE_GCC= yes USE_SDL= sdl2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408011150.471Bo3vE037824>