aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-04-24 10:11:36 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-04-24 10:46:45 +0000
commitbc713e1c89ea386750ce46828eb5ce8a6bce61b1 (patch)
treed94475c049c8298fc8b09b0d4079522266fd6ee8
parent64d78d7cbf64bc324199bc06497c9b1e428a2515 (diff)
downloadports-bc713e1c89ea386750ce46828eb5ce8a6bce61b1.tar.gz
ports-bc713e1c89ea386750ce46828eb5ce8a6bce61b1.zip
comms/hcidump: fix build
-rw-r--r--comms/hcidump/files/patch-parser-Makefile3
1 files changed, 1 insertions, 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