diff options
author | plunky <plunky@pkgsrc.org> | 2009-05-22 07:16:58 +0000 |
---|---|---|
committer | plunky <plunky@pkgsrc.org> | 2009-05-22 07:16:58 +0000 |
commit | 842846b6337d18040e85ce8d1b01d2272a36ab56 (patch) | |
tree | c8bcaee49249f3871c1c8a31ab19eea7e9b0bda9 /comms/obexftp | |
parent | ec7b3a10164b1156ad547ba6cc05f60f089056a5 (diff) | |
download | pkgsrc-842846b6337d18040e85ce8d1b01d2272a36ab56.tar.gz |
enable compatibility SDP on NetBSD
Diffstat (limited to 'comms/obexftp')
-rw-r--r-- | comms/obexftp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/obexftp/Makefile b/comms/obexftp/Makefile index 28a5359c6da..ca33df709b5 100644 --- a/comms/obexftp/Makefile +++ b/comms/obexftp/Makefile @@ -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 @@ CONFIGURE_ARGS+= --disable-swig .include "../../mk/bsd.prefs.mk" .if (${OPSYS} == "NetBSD" && exists(/usr/include/bluetooth.h)) -CPPFLAGS+= -DCOMPAT_BLUEZ +CPPFLAGS+= -DCOMPAT_BLUEZ -DSDP_COMPAT .endif post-patch: |