summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-03-15 09:59:26 +0000
committerwiz <wiz@pkgsrc.org>2019-03-15 09:59:26 +0000
commit9cdf8cbfccd79124e1bbc9ee33379c3aa8869609 (patch)
treec23e6104927654ef38b7df807e5e9a46e811b2ac /www
parent601f94f4b00bf0b6404a9c14a45e68f2d2e7aab9 (diff)
downloadpkgsrc-9cdf8cbfccd79124e1bbc9ee33379c3aa8869609.tar.gz
firefox60: fix patch
Diffstat (limited to 'www')
-rw-r--r--www/firefox60/distinfo4
-rw-r--r--www/firefox60/patches/patch-xpcom_build_BinaryPath.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/www/firefox60/distinfo b/www/firefox60/distinfo
index bffe4902b87..ecc2faff01d 100644
--- a/www/firefox60/distinfo
+++ b/www/firefox60/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2019/03/04 15:55:18 ryoon Exp $
+$NetBSD: distinfo,v 1.8 2019/03/15 09:59:26 wiz Exp $
SHA1 (firefox-60.5.2esr.source.tar.xz) = a6fd649d5a9e3943fb3e67a5e45f856a154b0483
RMD160 (firefox-60.5.2esr.source.tar.xz) = ba8bb525e8a307c97f4ec4b1e20ab14781a83097
@@ -41,5 +41,5 @@ SHA1 (patch-toolkit_moz.configure) = 40ee147cc1d2c62dd6c83b3f67ce9e61f758ea57
SHA1 (patch-toolkit_mozapps_installer_packager.mk) = 6f557fb732f0b9dabf059ffac0400d3db4e79e47
SHA1 (patch-toolkit_xre_glxtest.cpp) = e02b1073fe1a6f36872b10883455c8be59ff81e9
SHA1 (patch-xpcom_base_nscore.h) = 3f131370b9665a0af55cab7f8f54723ebbc389fa
-SHA1 (patch-xpcom_build_BinaryPath.h) = fcaca939aca30a4ae07414cd5e6b1497ac3a1178
+SHA1 (patch-xpcom_build_BinaryPath.h) = 595569235ddcd1a1caaaa0c94796dd3b9535d391
SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__sparc64__netbsd.cpp) = 0792c2c626d906e71c5183994cb32bf8cdb3e239
diff --git a/www/firefox60/patches/patch-xpcom_build_BinaryPath.h b/www/firefox60/patches/patch-xpcom_build_BinaryPath.h
index fab5a703cf6..24a9c604788 100644
--- a/www/firefox60/patches/patch-xpcom_build_BinaryPath.h
+++ b/www/firefox60/patches/patch-xpcom_build_BinaryPath.h
@@ -1,4 +1,4 @@
-$NetBSD: patch-xpcom_build_BinaryPath.h,v 1.2 2019/02/26 11:23:53 ryoon Exp $
+$NetBSD: patch-xpcom_build_BinaryPath.h,v 1.3 2019/03/15 09:59:26 wiz Exp $
--- xpcom/build/BinaryPath.h.orig 2019-02-13 14:19:45.000000000 +0000
+++ xpcom/build/BinaryPath.h
@@ -26,7 +26,7 @@ $NetBSD: patch-xpcom_build_BinaryPath.h,v 1.2 2019/02/26 11:23:53 ryoon Exp $
return NS_ERROR_FAILURE;
}
-++#elif (defined(__NetBSD__) && !defined(KERN_PROC_PATHNAME))
++#elif (defined(__NetBSD__) && !defined(KERN_PROC_PATHNAME))
+ static nsresult Get(char aResult[MAXPATHLEN])
+ {
+ char path[] = "@PREFIX@/lib/firefox60/firefox60";