summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorplunky <plunky>2009-05-22 07:16:58 +0000
committerplunky <plunky>2009-05-22 07:16:58 +0000
commit3553d26b541f5339c71c5bc3fb479d65b1790a73 (patch)
treec8bcaee49249f3871c1c8a31ab19eea7e9b0bda9 /comms
parent1f16a55c8a6e907e6da39ea066e40d351250bd6d (diff)
downloadpkgsrc-3553d26b541f5339c71c5bc3fb479d65b1790a73.tar.gz
enable compatibility SDP on NetBSD
Diffstat (limited to 'comms')
-rw-r--r--comms/obexftp/Makefile4
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: