summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-17 18:58:10 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-17 18:58:10 +0000
commit105d862291acfaa2487866bef66ea87266c9ba0b (patch)
tree3fee7d9fec13e376de5bd0725234416ed092ad01 /comms
parent12c02ecbc826b91e35904a691007f7b5881c5805 (diff)
downloadfreebsd-ports-105d862291acfaa2487866bef66ea87266c9ba0b.zip
- Fix build on CURRENT
In base revision r281198, sockaddr_l2cap structure was changed, and an #error which fires by default was added as a safety measure to make sure all structure consumers are updated to initialize new fields. This port, however, doesn't seem to use this structure, so it should be safe to just disable the error.
Diffstat (limited to 'comms')
-rw-r--r--comms/hcidump/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/hcidump/Makefile b/comms/hcidump/Makefile
index 59615376db27..d4f8137c2e8b 100644
--- a/comms/hcidump/Makefile
+++ b/comms/hcidump/Makefile
@@ -14,6 +14,8 @@ LICENSE= GPLv2
USES= uidfix
WRKSRC= ${WRKDIR}/${PORTNAME}
+CFLAGS+= -DL2CAP_SOCKET_CHECKED=yes
+
PLIST_FILES= bin/hcidump man/man1/hcidump.1.gz
.include <bsd.port.mk>