summaryrefslogtreecommitdiff
path: root/devel/libcbor
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-08-05 20:21:21 +0000
committeradam <adam@pkgsrc.org>2022-08-05 20:21:21 +0000
commit09b3936a9086a2b7c323b12e9b6cab6cc3ab0720 (patch)
tree259585267a181c234c9173b5720ffffd21fa317e /devel/libcbor
parent583dcdd8c3c04af403dd6a5af6af195e6cd6adee (diff)
downloadpkgsrc-09b3936a9086a2b7c323b12e9b6cab6cc3ab0720.tar.gz
libcbor: do not build examples
Diffstat (limited to 'devel/libcbor')
-rw-r--r--devel/libcbor/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libcbor/Makefile b/devel/libcbor/Makefile
index ba17b0cc7a4..51008ca5d17 100644
--- a/devel/libcbor/Makefile
+++ b/devel/libcbor/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2022/07/25 11:12:22 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/08/05 20:21:21 adam Exp $
DISTNAME= libcbor-0.9.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=PJK/}
GITHUB_TAG= v${PKGVERSION_NOREV}
-MAINTAINER= pkgsrc-users@pkgsrc.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/PJK/libcbor
COMMENT= Parsing and generate schema-less binary data format
LICENSE= mit
@@ -13,6 +13,7 @@ LICENSE= mit
USE_LANGUAGES+= c c++
USE_CMAKE= yes
CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON
+CMAKE_ARGS+= -DWITH_EXAMPLES=OFF
CHECK_PORTABILITY_SKIP+= misc/hooks/*