From 3d6fef06316cfd8ea79b8472152ef04f017e620b Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Wed, 17 Jun 2015 18:58:10 +0000 Subject: - 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. --- comms/hcidump/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'comms/hcidump/Makefile') 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 -- cgit