git: 19cb6aef3495 - main - multimedia/lms: STB option and Magic interaction was fixed upstream

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 23 Jan 2023 00:37:03 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=19cb6aef3495a7441530606f846d1af00a5469d4

commit 19cb6aef3495a7441530606f846d1af00a5469d4
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-01-23 00:35:00 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-01-23 00:37:01 +0000

    multimedia/lms: STB option and Magic interaction was fixed upstream
---
 multimedia/lms/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/multimedia/lms/Makefile b/multimedia/lms/Makefile
index 26ef8fef1c68..5798dfe2b159 100644
--- a/multimedia/lms/Makefile
+++ b/multimedia/lms/Makefile
@@ -37,7 +37,6 @@ OPTIONS_DEFAULT=		MAGICK
 STB_DESC=			Use STB as image library (uses less memory)
 STB_BUILD_DEPENDS=		${LOCALBASE}/include/stb/stb_image.h:devel/stb
 STB_CMAKE_BOOL=			FREEBSD_USE_STB
-STB_BROKEN=			bug#268487 (crash when transcoding is activated for subsonic API when using STB as image library)
 
 MAGICK_DESC=			Use GraphicsMagick++ as image library
 MAGICK_LIB_DEPENDS=		libGraphicsMagick.so:graphics/GraphicsMagick