Skip to content

Commit

Permalink
comms/bladerf: Unbreak on HEAD
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed May 6, 2023
1 parent 50a1f35 commit 5c4a274
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion comms/bladerf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 5c4a274

Please sign in to comment.