From fb487fdeb9286d981e677af65fd6c31bcd12e8f1 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 28 Jan 2024 17:39:41 -0800 Subject: [PATCH] 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 \