pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

cliqz: Restored the USE_PKGSRC_GCC_RUNTIME variable and added a comment on USE_GCC_RUNTIME (leot@'s suggestion).



Module Name:	pkgsrc-wip
Committed By:	Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By:	fox
Date:		Mon Feb 25 20:37:41 2019 +0530
Changeset:	ec8c18ba1620c0fb8fe4d49f285bc6a72b4a5ed4

Modified Files:
	cliqz/mozilla-common.mk

Log Message:
cliqz: Restored the USE_PKGSRC_GCC_RUNTIME variable and added a comment on USE_GCC_RUNTIME (leot@'s suggestion).

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ec8c18ba1620c0fb8fe4d49f285bc6a72b4a5ed4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 cliqz/mozilla-common.mk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/cliqz/mozilla-common.mk b/cliqz/mozilla-common.mk
index 5d273ae756..9d592ed496 100644
--- a/cliqz/mozilla-common.mk
+++ b/cliqz/mozilla-common.mk
@@ -12,9 +12,11 @@ UNLIMIT_RESOURCES+=	datasize
 # for lang/gcc6
 GCC_REQD+=	6
 
+# XXX: USE_PKGSRC_GCC_RUNTIME should not be used there and USE_GCC_RUNTIME
+# should be used instead to pick up gcc*-libs package if needed
 .if !empty(MACHINE_PLATFORM:MNetBSD-[0-7].*-*) || \
 	!empty(MACHINE_PLATFORM:MNetBSD-8.[0-8].*-*)
-USE_GCC_RUNTIME=	yes
+USE_PKGSRC_GCC_RUNTIME=	yes
 .endif
 
 # For rustc/cargo detection


Home | Main Index | Thread Index | Old Index