pkgsrc-WIP-changes archive

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

cliqz: Fixed hard coded path with proper PREFIX variable. Thanks leot for pointing this out.



Module Name:	pkgsrc-wip
Committed By:	Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By:	fox
Date:		Wed Apr 10 16:42:13 2019 -0500
Changeset:	99369852c5f17258531b341263d956f940f07577

Modified Files:
	cliqz/distinfo
	cliqz/patches/patch-mozilla-release_xpcom_build_BinaryPath.h

Log Message:
cliqz: Fixed hard coded path with proper PREFIX variable. Thanks leot for pointing this out.

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

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

diffstat:
 cliqz/distinfo                                               | 2 +-
 cliqz/patches/patch-mozilla-release_xpcom_build_BinaryPath.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/cliqz/distinfo b/cliqz/distinfo
index 90c6a16ff1..18e5f513bf 100644
--- a/cliqz/distinfo
+++ b/cliqz/distinfo
@@ -38,4 +38,4 @@ SHA1 (patch-mozilla-release_servo_components_style_build__gecko.rs) = a98bf75902
 SHA1 (patch-mozilla-release_toolkit_components_terminator_nsTerminator.cpp) = c439a1612f8d8ce4ceae5bbbff164cfc6e90e525
 SHA1 (patch-mozilla-release_toolkit_xre_glxtest.cpp) = b999e79dbda56914d25341e5dd09c4b5bed8d87c
 SHA1 (patch-mozilla-release_xpcom_base_nscore.h) = c1a72f0ea63aacde6dbe321031e82aec99d4350f
-SHA1 (patch-mozilla-release_xpcom_build_BinaryPath.h) = 8701ee6d701f802903bb5481af50665e1f1c4b8a
+SHA1 (patch-mozilla-release_xpcom_build_BinaryPath.h) = a351eed0681872d50193a0232e61752c223026d1
diff --git a/cliqz/patches/patch-mozilla-release_xpcom_build_BinaryPath.h b/cliqz/patches/patch-mozilla-release_xpcom_build_BinaryPath.h
index 7d312e47df..29994d822e 100644
--- a/cliqz/patches/patch-mozilla-release_xpcom_build_BinaryPath.h
+++ b/cliqz/patches/patch-mozilla-release_xpcom_build_BinaryPath.h
@@ -35,7 +35,7 @@ Original patch from ryoon, imported from www/firefox
 +#elif (defined(__NetBSD__) && !defined(KERN_PROC_PATHNAME))
 +  static nsresult Get(char aResult[MAXPATHLEN])
 +  {
-+    char path[] = "/usr/pkg/lib/cliqz/cliqz";
++    char path[] = "@PREFIX@/lib/cliqz/cliqz";
 +    sprintf(aResult, "%s", path);
 +    return NS_OK;
 +  }


Home | Main Index | Thread Index | Old Index