git: 8db595fabfad - main - comms/sdr++: Broken on 15 with clang-19
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Nov 2024 06:48:03 UTC
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>