diff options
| author | plunky <plunky> | 2014-12-27 11:59:22 +0000 |
|---|---|---|
| committer | plunky <plunky> | 2014-12-27 11:59:22 +0000 |
| commit | bd993cf4f680aec2d296ff727252b7e54162b2ce (patch) | |
| tree | e6c6d51ba0c6106bd607d01e3fca7e8e3e361ed8 /sysutils/netbt-hcidump/patches/patch-ak | |
| parent | d90eb1d3f903a24d0cfd20f0bc5b7c708c6f7056 (diff) | |
| download | pkgsrc_2011Q3.tar.gz | |
re-add these files. (previous commit my mistake, wrong tag)pkgsrc_2011Q3
Diffstat (limited to 'sysutils/netbt-hcidump/patches/patch-ak')
| -rw-r--r-- | sysutils/netbt-hcidump/patches/patch-ak | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/netbt-hcidump/patches/patch-ak b/sysutils/netbt-hcidump/patches/patch-ak new file mode 100644 index 00000000000..4d363ec1c1c --- /dev/null +++ b/sysutils/netbt-hcidump/patches/patch-ak @@ -0,0 +1,21 @@ +$NetBSD: patch-ak,v 1.2.4.2 2014/12/27 11:59:22 plunky Exp $ + +--- src/Makefile.orig 2011-06-19 12:48:50.000000000 +0000 ++++ src/Makefile +@@ -0,0 +1,16 @@ ++.PATH: ../parser ++ ++PROG= hcidump ++MAN= hcidump.8 ++ ++BINDIR= ${PREFIX}/sbin ++ ++SRCS= hcidump.c bt_lib.c hci_lib.c \ ++ att.c avctp.c avdtp.c bnep.c bpa.c capi.c cmtp.c csr.c \ ++ ericsson.c hci.c hcrp.c hidp.c l2cap.c lmp.c obex.c \ ++ parser.c ppp.c rfcomm.c sdp.c smp.c tcpip.c ++ ++CPPFLAGS+= -I.. ++LDADD+= -lbluetooth ++ ++.include <bsd.prog.mk> |
