Source-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/22c9936c16f0
branches:  trunk
changeset: 429738:22c9936c16f0
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 b55ce92d8012 -r 22c9936c16f0 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