summaryrefslogtreecommitdiff
path: root/sysutils/netbt-hcidump/patches/patch-lib_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/netbt-hcidump/patches/patch-lib_Makefile')
-rw-r--r--sysutils/netbt-hcidump/patches/patch-lib_Makefile18
1 files changed, 7 insertions, 11 deletions
diff --git a/sysutils/netbt-hcidump/patches/patch-lib_Makefile b/sysutils/netbt-hcidump/patches/patch-lib_Makefile
index c31cb418f9f..63d2d6b9386 100644
--- a/sysutils/netbt-hcidump/patches/patch-lib_Makefile
+++ b/sysutils/netbt-hcidump/patches/patch-lib_Makefile
@@ -1,15 +1,11 @@
-$NetBSD: patch-lib_Makefile,v 1.2 2012/02/15 09:30:23 plunky Exp $
+$NetBSD: patch-lib_Makefile,v 1.3 2012/03/19 12:09:00 plunky Exp $
---- lib/Makefile.orig 2012-02-15 08:56:20.000000000 +0000
+--- lib/Makefile.orig 2012-03-19 12:00:46.000000000 +0000
+++ lib/Makefile
-@@ -0,0 +1,10 @@
-+MKLINT=no
+@@ -0,0 +1,6 @@
++# this file conflicts with parser/hci.c so just rename it
+
-+LIB= bluez
-+LIBISPRIVATE=yes
++all: hci_lib.c
+
-+SRCS= bluetooth.c hci.c
-+
-+CPPFLAGS+= -I..
-+
-+.include <bsd.lib.mk>
++hci_lib.c: hci.c
++ cp hci.c hci_lib.c