Module Name:    src
Committed By:   plunky
Date:           Thu May  7 18:12:08 UTC 2009

Modified Files:
        src/usr.bin/sdpquery: Makefile

Log Message:
ensure that sdpquery continues to build while I am in progress of
updating Service Discovery Protocol API


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/sdpquery/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/sdpquery/Makefile
diff -u src/usr.bin/sdpquery/Makefile:1.3 src/usr.bin/sdpquery/Makefile:1.4
--- src/usr.bin/sdpquery/Makefile:1.3	Mon May 28 12:06:31 2007
+++ src/usr.bin/sdpquery/Makefile	Thu May  7 18:12:08 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2007/05/28 12:06:31 tls Exp $
+# $NetBSD: Makefile,v 1.4 2009/05/07 18:12:08 plunky Exp $
 
 USE_FORT?= yes	# network client
 
@@ -9,4 +9,6 @@
 DPADD+=		${LIBBLUETOOTH} ${LIBSDP}
 LDADD+=		-lbluetooth -lsdp
 
+CPPFLAGS+=	-DSDP_COMPAT
+
 .include <bsd.prog.mk>

Reply via email to