pkgsrc-WIP-changes archive

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

cliqz: Added SUBST_* for the binary path fix.



Module Name:	pkgsrc-wip
Committed By:	Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By:	fox
Date:		Wed Jan 16 18:11:14 2019 +0530
Changeset:	3c439e8c16bb5d438d6ba720338828e8ec786939

Modified Files:
	cliqz/mozilla-common.mk

Log Message:
cliqz: Added SUBST_* for the binary path fix.

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

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

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

diffs:
diff --git a/cliqz/mozilla-common.mk b/cliqz/mozilla-common.mk
index e15f9f321a..6e80972968 100644
--- a/cliqz/mozilla-common.mk
+++ b/cliqz/mozilla-common.mk
@@ -67,6 +67,13 @@ MOZ_CONFIGURE_ARGS+=	"ac_add_options --enable-system-ffi"
 MOZ_CONFIGURE_ARGS+=	"ac_add_options --enable-chrome-format=flat"
 MOZ_CONFIGURE_ARGS+=	"ac_add_options --enable-gconf"
 
+# Fix binary path
+SUBST_CLASSES+=			prefix
+SUBST_STAGE.prefix=		pre-configure
+SUBST_MESSAGE.prefix=		Setting PREFIX
+SUBST_FILES.prefix+=		${WRKSRC}/mozilla-release/xpcom/build/BinaryPath.h
+SUBST_VARS.prefix+=		PREFIX
+
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../devel/GConf/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libevent+=       libevent>=1.1


Home | Main Index | Thread Index | Old Index