Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 May 2023 14:39:19 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5c4a2741408a - main - comms/bladerf: Unbreak on HEAD
Message-ID:  <202305061439.346EdJJD004148@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5c4a2741408a26067cf43bf81e0db8259e4d9171

commit 5c4a2741408a26067cf43bf81e0db8259e4d9171
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-06 14:35:58 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-06 14:39:03 +0000

    comms/bladerf: Unbreak on HEAD
    
    Approved by:    portmgr (blanket)
---
 comms/bladerf/Makefile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/comms/bladerf/Makefile b/comms/bladerf/Makefile
index e246d9501417..26064dd71104 100644
--- a/comms/bladerf/Makefile
+++ b/comms/bladerf/Makefile
@@ -25,4 +25,10 @@ PLIST_FILES=	bin/bladeRF-cli \
 		lib/libbladeRF.so.2 \
 		libdata/pkgconfig/libbladeRF.pc
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
+CFLAGS+=       -Wno-error=unused-but-set-variable
+.endif
+
+.include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305061439.346EdJJD004148>