summaryrefslogtreecommitdiff
path: root/comms/bthfp
diff options
context:
space:
mode:
authorplunky <plunky>2009-05-07 17:59:37 +0000
committerplunky <plunky>2009-05-07 17:59:37 +0000
commit6ba3d844d192af5ccfdc1a1133737c913787ab90 (patch)
tree4d46535f1b73cbfe6d6b3df65cfb678933a5f2e2 /comms/bthfp
parentf24e9e4469ff3aa289f54d565d6a4dea37a67be8 (diff)
downloadpkgsrc-6ba3d844d192af5ccfdc1a1133737c913787ab90.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/bthfp')
-rw-r--r--comms/bthfp/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/comms/bthfp/Makefile b/comms/bthfp/Makefile
index 7f4d1728dc4..9a8f819f1af 100644
--- a/comms/bthfp/Makefile
+++ b/comms/bthfp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/06/21 20:47:28 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2009/05/07 17:59:37 plunky Exp $
DISTNAME= bthfp-0.1
CATEGORIES= comms
@@ -16,6 +16,9 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
USE_BSD_MAKEFILE= yes
+# (work in progress) make sure it uses old SDP API
+CPPFLAGS+= -DSDP_COMPAT
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bthfp ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/bthfp.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1