diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-07-09 18:56:45 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-07-09 18:57:23 +0000 |
commit | d7f7d7374a231cec2821ccaa67ec08fbac8a4d05 (patch) | |
tree | 6156661e1a0bcd1da4a693bd5f1b9dfdd36cc7d1 | |
parent | 38cc769ee806e95985981189cd7987fd3f41db99 (diff) |
multimedia/librist: Broken on 15
Reported by: fallout
-rw-r--r-- | multimedia/librist/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/librist/Makefile b/multimedia/librist/Makefile index 15e58b2e2339..5425742c1340 100644 --- a/multimedia/librist/Makefile +++ b/multimedia/librist/Makefile @@ -9,6 +9,8 @@ WWW= https://code.videolan.org/rist/librist LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_FreeBSD_15= compilation fails, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280210 + LIB_DEPENDS= libcjson.so:devel/libcjson \ libmbedcrypto.so:security/mbedtls \ libmicrohttpd.so:www/libmicrohttpd |