pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/obexftp enable compatibility SDP on NetBSD



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f587726e701b
branches:  trunk
changeset: 393630:f587726e701b
user:      plunky <plunky%pkgsrc.org@localhost>
date:      Fri May 22 07:16:58 2009 +0000

description:
enable compatibility SDP on NetBSD

diffstat:

 comms/obexftp/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f270fc5e695e -r f587726e701b comms/obexftp/Makefile
--- a/comms/obexftp/Makefile    Fri May 22 07:05:14 2009 +0000
+++ b/comms/obexftp/Makefile    Fri May 22 07:16:58 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2008/06/20 01:09:09 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2009/05/22 07:16:58 plunky Exp $
 #
 
 DISTNAME=      obexftp-0.20
@@ -24,7 +24,7 @@
 .include "../../mk/bsd.prefs.mk"
 
 .if (${OPSYS} == "NetBSD" && exists(/usr/include/bluetooth.h))
-CPPFLAGS+=             -DCOMPAT_BLUEZ
+CPPFLAGS+=             -DCOMPAT_BLUEZ -DSDP_COMPAT
 .endif
 
 post-patch:



Home | Main Index | Thread Index | Old Index