git: 65a238e1af5d - 2021Q2 - comms/hcidump: fix build

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Apr 26 15:17:19 UTC 2021


The branch 2021Q2 has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=65a238e1af5d2d15ca6ac3559b1a0d46c7bb76d8

commit 65a238e1af5d2d15ca6ac3559b1a0d46c7bb76d8
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-04-24 10:11:36 +0000
Commit:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-04-26 14:51:20 +0000

    comms/hcidump: fix build
---
 comms/hcidump/files/patch-parser-Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/comms/hcidump/files/patch-parser-Makefile b/comms/hcidump/files/patch-parser-Makefile
index 6b5bfcdac4d4..503c8540fba8 100644
--- a/comms/hcidump/files/patch-parser-Makefile
+++ b/comms/hcidump/files/patch-parser-Makefile
@@ -1,12 +1,11 @@
 --- parser/Makefile.orig
 +++ parser/Makefile
-@@ -7,10 +7,10 @@
+@@ -7,10 +7,9 @@
  MAN=
  SRCS=		bnep.c cmtp.c hidp.c l2cap.c rfcomm.c hci.c parser.c sdp.c
  WARNS?=		2
 -DEBUG_FLAGS=	-g
 -CFLAGS=		-O2
-+NO_WERROR=	yes
 +CFLAGS?=	-O2
  
 -NOPROFILE=	1


More information about the dev-commits-ports-all mailing list