pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
cliqz: Fixed the TOOL_DEPENDS section.
Module Name: pkgsrc-wip
Committed By: Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By: fox
Date: Fri Dec 7 18:27:00 2018 +0530
Changeset: 3e318dc7a1982418a129b18b2755fe951d361db3
Modified Files:
cliqz/Makefile
Log Message:
cliqz: Fixed the TOOL_DEPENDS section.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3e318dc7a1982418a129b18b2755fe951d361db3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
cliqz/Makefile | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diffs:
diff --git a/cliqz/Makefile b/cliqz/Makefile
index c1023d2c13..d126cd306e 100644
--- a/cliqz/Makefile
+++ b/cliqz/Makefile
@@ -14,9 +14,9 @@ HOMEPAGE= https://cliqz.com/en/desktop
COMMENT= Secure browser (Mozilla based) with built-in quick search
LICENSE= mpl-2.0
-TOOL_DEPENDS+= python37-[0-9]*:../../lang/python37 \
- cbindgen-[0-9]*:../../devel/cbindgen \
- nodejs-[0-9]*:../../lang/nodejs \
+TOOL_DEPENDS+= python37-[0-9]*:../../lang/python37
+TOOL_DEPENDS+= cbindgen-[0-9]*:../../devel/cbindgen
+TOOL_DEPENDS+= nodejs-[0-9]*:../../lang/nodejs
BUILD_DEPENDS+= yasm>=1.1:../../devel/yasm
@@ -49,7 +49,11 @@ CHECK_PORTABILITY_SKIP+= mozilla-release/security/nss/tests/multinit/multinit.sh
# for lang/gcc6
GCC_REQD+= 6.1
+.if !empty(MACHINE_PLATFORM:MNetBSD-[0-7]**-*) || \
+ !empty(MACHINE_PLATFORM:MNetBSD-8.[0-8]*-*)
USE_PKGSRC_GCC_RUNTIME= yes
+.endif
+
CFLAGS+= -D_GLIBCXX_INCLUDE_NEXT_C_HEADERS
CXXFLAGS+= -D_GLIBCXX_INCLUDE_NEXT_C_HEADERS
Home |
Main Index |
Thread Index |
Old Index