diff options
author | hans <hans@pkgsrc.org> | 2012-02-16 17:21:15 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-16 17:21:15 +0000 |
commit | 35beaf54b524305704e234c0d4548c70262b21aa (patch) | |
tree | 2b547899caf2196e5ef4a9b010cf3f1494f4f9f4 /comms | |
parent | dd22329c71ed0b0a8214852316ffc5995969fe5a (diff) | |
download | pkgsrc-35beaf54b524305704e234c0d4548c70262b21aa.tar.gz |
Don't enable bluetooth on SunOS.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/libsyncml/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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 |