git: fb487fdeb928 - main - games/openmw: Broken on amd64 and arm64 on 15 due to clang crash
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Jan 2024 01:40:26 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=fb487fdeb9286d981e677af65fd6c31bcd12e8f1 commit fb487fdeb9286d981e677af65fd6c31bcd12e8f1 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-29 01:39:41 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-29 01:39:41 +0000 games/openmw: Broken on amd64 and arm64 on 15 due to clang crash Reported by: fallout --- games/openmw/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/games/openmw/Makefile b/games/openmw/Makefile index 2ec04db0bf67..196a107a552d 100644 --- a/games/openmw/Makefile +++ b/games/openmw/Makefile @@ -11,6 +11,9 @@ WWW= https://openmw.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_FreeBSD_15_aarch64= clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276702 +BROKEN_FreeBSD_15_amd64= clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276702 + LIB_DEPENDS= libavcodec.so.60:multimedia/ffmpeg \ libboost_thread.so:devel/boost-libs \ libMyGUIEngine.so:x11-toolkits/mygui \