openbsd-ports/net/bluetooth-tools/patches/patch-hccontrol_Makefile
grange 2867c34305 Import bluetooth-tools, a few Bluetooth network tools
derived from FreeBSD.

Help and ok sturm@.
2005-07-16 20:49:46 +00:00

12 lines
344 B
Plaintext

$OpenBSD: patch-hccontrol_Makefile,v 1.1.1.1 2005/07/16 20:49:46 grange Exp $
--- hccontrol/Makefile.orig Sat Jul 16 01:22:54 2005
+++ hccontrol/Makefile Sat Jul 16 01:23:01 2005
@@ -9,6 +9,6 @@ SRCS= send_recv.c link_policy.c link_co
WARNS?= 2
DPADD= ${LIBBLUETOOTH}
-LDADD= -lbluetooth
+LDADD+= -lbluetooth
.include <bsd.prog.mk>