pkgsrc-WIP-changes archive

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

cliqz: Replaced USE_PKGSRC_GCC_RUNTIME (since it is user settable) with 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:20:58 2019 +0530
Changeset:	0d9b70d5e6a8ef91f320d318575327fadf4c5f6d

Modified Files:
	cliqz/mozilla-common.mk

Log Message:
cliqz: Replaced USE_PKGSRC_GCC_RUNTIME (since it is user settable) with 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=0d9b70d5e6a8ef91f320d318575327fadf4c5f6d

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

diffstat:
 cliqz/mozilla-common.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/cliqz/mozilla-common.mk b/cliqz/mozilla-common.mk
index 6e80972968..5d273ae756 100644
--- a/cliqz/mozilla-common.mk
+++ b/cliqz/mozilla-common.mk
@@ -14,7 +14,7 @@ GCC_REQD+=	6
 
 .if !empty(MACHINE_PLATFORM:MNetBSD-[0-7].*-*) || \
 	!empty(MACHINE_PLATFORM:MNetBSD-8.[0-8].*-*)
-USE_PKGSRC_GCC_RUNTIME=	yes
+USE_GCC_RUNTIME=	yes
 .endif
 
 # For rustc/cargo detection


Home | Main Index | Thread Index | Old Index