summaryrefslogtreecommitdiff
path: root/sysutils/hcidump/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/hcidump/patches/patch-ad')
-rw-r--r--sysutils/hcidump/patches/patch-ad23
1 files changed, 0 insertions, 23 deletions
diff --git a/sysutils/hcidump/patches/patch-ad b/sysutils/hcidump/patches/patch-ad
deleted file mode 100644
index 87d14f41a9f..00000000000
--- a/sysutils/hcidump/patches/patch-ad
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-ad,v 1.1.1.1 2006/07/25 16:28:47 salo Exp $
-
-lint complains so get rid of it, and fix
-path for LIBDIR to work in pkgsrc
-
---- parser/Makefile.orig 2004-03-12 22:16:59.000000000 +0000
-+++ parser/Makefile
-@@ -2,13 +2,13 @@
- # $FreeBSD$
-
- LIB= parser
--DESTDIR=
--LIBDIR= .
-+LIBDIR= ${PREFIX}/lib
- 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
-+NOLINT= 1
-
- NOPROFILE= 1
-