Date: Thu, 2 Jun 2022 06:54:46 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4d1eabf937e8 - main - graphics/dcmtk: Broken on aarch64 Message-ID: <202206020654.2526skIh071540@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=4d1eabf937e8346f0f67cbe6cbb2a03624b62a84 commit 4d1eabf937e8346f0f67cbe6cbb2a03624b62a84 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-06-02 06:54:12 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-06-02 06:54:44 +0000 graphics/dcmtk: Broken on aarch64 Reported by: fallout --- graphics/dcmtk/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/dcmtk/Makefile b/graphics/dcmtk/Makefile index 068c7043d2c9..9d5221c9bd32 100644 --- a/graphics/dcmtk/Makefile +++ b/graphics/dcmtk/Makefile @@ -11,6 +11,8 @@ COMMENT= DICOM ToolKit, libraries and applications for DICOM/MEDICOM standard LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT +BROKEN_aarch64= clang-14 crashes, see bug#264408 + LIB_DEPENDS= libicuuc.so:devel/icu \ libpng.so:graphics/png \ libtiff.so:graphics/tiff
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206020654.2526skIh071540>