pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/zxing-cpp zxing-cpp: Fix build without the in...
details: https://anonhg.NetBSD.org/pkgsrc/rev/23830dd861e5
branches: trunk
changeset: 373098:23830dd861e5
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sun Feb 06 13:22:47 2022 +0000
description:
zxing-cpp: Fix build without the internet access
* Blackbox tests target pulls fmtlib via git command. Disable it.
Reported by wiz@. Thank you.
diffstat:
graphics/zxing-cpp/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 8936f68d6a91 -r 23830dd861e5 graphics/zxing-cpp/Makefile
--- a/graphics/zxing-cpp/Makefile Sun Feb 06 11:06:52 2022 +0000
+++ b/graphics/zxing-cpp/Makefile Sun Feb 06 13:22:47 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/02/05 04:34:17 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2022/02/06 13:22:47 ryoon Exp $
GITHUB_PROJECT= zxing-cpp
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -16,6 +16,8 @@
USE_LANGUAGES= c++11
CMAKE_ARGS+= -DBUILD_EXAMPLES=OFF
+# Blackbox tests target pulls fmtlib with git command.
+CMAKE_ARGS+= -DBUILD_BLACKBOX_TESTS=OFF
PKGCONFIG_OVERRIDE+= zxing.pc.in
Home |
Main Index |
Thread Index |
Old Index