diff options
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: |