summaryrefslogtreecommitdiff
path: root/comms/obexapp
diff options
context:
space:
mode:
authorplunky <plunky@pkgsrc.org>2009-05-07 17:59:37 +0000
committerplunky <plunky@pkgsrc.org>2009-05-07 17:59:37 +0000
commitb1c7fef777af0b0c831dfc6b6330012fd36f40ca (patch)
tree4d46535f1b73cbfe6d6b3df65cfb678933a5f2e2 /comms/obexapp
parent094165d25e04ad6cb1e8c2854ab636397effed80 (diff)
downloadpkgsrc-b1c7fef777af0b0c831dfc6b6330012fd36f40ca.tar.gz
ensure that these packages continue to build while I am updating
the new Service Discovery Protocol API by adding -DSDP_COMPAT to the compile flags.
Diffstat (limited to 'comms/obexapp')
-rw-r--r--comms/obexapp/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/comms/obexapp/Makefile b/comms/obexapp/Makefile
index def65c1f3f5..60d3b5f6eb4 100644
--- a/comms/obexapp/Makefile
+++ b/comms/obexapp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2009/05/07 17:45:22 plunky Exp $
+# $NetBSD: Makefile,v 1.18 2009/05/07 17:59:37 plunky Exp $
#
DISTNAME= obexapp-1.4.11
@@ -35,6 +35,9 @@ SUBST_SED.paths+= -e "s|/var|${VARBASE}|"
USE_GNU_ICONV= yes
USE_BSD_MAKEFILE= yes
+# (work in progress) make sure it uses old SDP API
+CPPFLAGS+= -DSDP_COMPAT
+
# because the directory name conflicts with the rc.d script
post-extract:
mv ${WRKDIR}/obexapp ${WRKDIR}/${DISTNAME}