Date: Sun, 3 Nov 2024 06:48:03 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: 8db595fabfad - main - comms/sdr++: Broken on 15 with clang-19 Message-ID: <202411030648.4A36m3KN076820@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=8db595fabfad564ca5bc56dfd10991a2d8634684 commit 8db595fabfad564ca5bc56dfd10991a2d8634684 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-11-03 06:40:19 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-11-03 06:47:54 +0000 comms/sdr++: Broken on 15 with clang-19 Reported by: fallout --- comms/sdr++/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/comms/sdr++/Makefile b/comms/sdr++/Makefile index 1be3940592d8..ed8facd8a9d9 100644 --- a/comms/sdr++/Makefile +++ b/comms/sdr++/Makefile @@ -10,6 +10,8 @@ WWW= https://github.com/AlexandreRouma/SDRPlusPlus LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/license +BROKEN_FreeBSD_15= compilation fails with clang-19, see https://github.com/AlexandreRouma/SDRPlusPlus/issues/1509 + LIB_DEPENDS= libad9361.so:misc/libad9361-iio \ libairspy.so:comms/airspy \ libairspyhf.so:comms/airspyhf \ @@ -49,9 +51,9 @@ RTAUDIO_BROKEN= see https://github.com/AlexandreRouma/SDRPlusPlus/issues/1149 .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" || ${ARCH} == "i386" -PLIST_SUB+= SSE="" +PLIST_SUB+= SSE="" .else -PLIST_SUB+= SSE="@comment " +PLIST_SUB+= SSE="@comment " .endif .include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411030648.4A36m3KN076820>