From fa38e0743a7aa418518fca13a73cbfd564d1e011 Mon Sep 17 00:00:00 2001 From: hans Date: Thu, 16 Feb 2012 17:21:15 +0000 Subject: Don't enable bluetooth on SunOS. --- comms/libsyncml/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'comms') diff --git a/comms/libsyncml/Makefile b/comms/libsyncml/Makefile index de421aa802a..686e034c272 100644 --- a/comms/libsyncml/Makefile +++ b/comms/libsyncml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/02/06 12:39:42 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2012/02/16 17:21:15 hans Exp $ # DISTNAME= libsyncml-0.4.5 @@ -18,8 +18,12 @@ USE_TOOLS+= pkg-config USE_LANGUAGES= c USE_LIBTOOL= yes +.include "../../mk/bsd.prefs.mk" + CONFIGURE_ARGS+= --disable-http +.if ${OPSYS} != "SunOS" CONFIGURE_ARGS+= --enable-bluetooth +.endif CONFIGURE_ARGS+= --enable-obex PKGCONFIG_OVERRIDE+= libsyncml-1.0.pc.in -- cgit v1.2.3