pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/cliqz www/cliqz: Fixes broken build.
details: https://anonhg.NetBSD.org/pkgsrc/rev/bbb990f591fa
branches: trunk
changeset: 428049:bbb990f591fa
user: fox <fox%pkgsrc.org@localhost>
date: Thu Apr 23 20:04:05 2020 +0000
description:
www/cliqz: Fixes broken build.
For now add py27-sqlite3-[0-9]* as a build dependency since
python37-sqlite-[0-9]* is not being detected correctly.
diffstat:
www/cliqz/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 831679893d61 -r bbb990f591fa www/cliqz/Makefile
--- a/www/cliqz/Makefile Thu Apr 23 20:03:42 2020 +0000
+++ b/www/cliqz/Makefile Thu Apr 23 20:04:05 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2020/04/18 07:58:36 fox Exp $
+# $NetBSD: Makefile,v 1.40 2020/04/23 20:04:05 fox Exp $
DISTNAME= cliqz-1.35.0
CATEGORIES= www
@@ -66,6 +66,9 @@
.else
BUILD_DEPENDS+= py37-sqlite3-[0-9]*:../../databases/py-sqlite3
.endif
+# XXX: For now depend on python 2.7 version of sqlite3 since cliqz
+# cannot detect py37-sqlite3 correctly.
+BUILD_DEPENDS+= py27-sqlite3-[0-9]*:../../databases/py-sqlite3
BUILD_DEPENDS+= yasm>=1.1:../../devel/yasm
BUILD_DEPENDS+= nasm>=1.1:../../devel/nasm
Home |
Main Index |
Thread Index |
Old Index