freebsd-ports/comms/hcidump/files/patch-parser-Makefile
Alexey Dokuchaev 1277935b6f Resurrect this port. It is actually very useful to debug Bluetooth problems
and also is referenced in the FreeBSD Handbook.  Add license (GPLv2) while I
am here.

Requested by:	emax
2011-09-06 09:28:23 +00:00

12 lines
259 B
Text

--- parser/Makefile.orig Fri Mar 12 23:16:59 2004
+++ parser/Makefile Fri Dec 10 21:07:28 2004
@@ -7,8 +7,7 @@
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
+CFLAGS?= -O2
NOPROFILE= 1