summaryrefslogtreecommitdiff
path: root/mail/thunderbird45/patches/patch-mozilla_build_pgo_profileserver.py
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird45/patches/patch-mozilla_build_pgo_profileserver.py')
-rw-r--r--mail/thunderbird45/patches/patch-mozilla_build_pgo_profileserver.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/thunderbird45/patches/patch-mozilla_build_pgo_profileserver.py b/mail/thunderbird45/patches/patch-mozilla_build_pgo_profileserver.py
new file mode 100644
index 00000000000..e9f82574147
--- /dev/null
+++ b/mail/thunderbird45/patches/patch-mozilla_build_pgo_profileserver.py
@@ -0,0 +1,13 @@
+$NetBSD: patch-mozilla_build_pgo_profileserver.py,v 1.1 2017/04/27 13:38:18 ryoon Exp $
+
+--- mozilla/build/pgo/profileserver.py.orig 2016-04-07 21:33:18.000000000 +0000
++++ mozilla/build/pgo/profileserver.py
+@@ -68,7 +68,7 @@ if __name__ == '__main__':
+ env["MOZ_JAR_LOG_FILE"] = os.path.abspath(jarlog)
+ print "jarlog: %s" % env["MOZ_JAR_LOG_FILE"]
+
+- cmdargs = ["http://localhost:%d/index.html" % PORT]
++ cmdargs = ["http://127.0.0.1:%d/index.html" % PORT]
+ runner = FirefoxRunner(profile=profile,
+ binary=build.get_binary_path(where="staged-package"),
+ cmdargs=cmdargs,