summaryrefslogtreecommitdiff
path: root/www/firefox52/patches/patch-build_pgo_profileserver.py
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox52/patches/patch-build_pgo_profileserver.py')
-rw-r--r--www/firefox52/patches/patch-build_pgo_profileserver.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/firefox52/patches/patch-build_pgo_profileserver.py b/www/firefox52/patches/patch-build_pgo_profileserver.py
new file mode 100644
index 00000000000..e747bf8c5db
--- /dev/null
+++ b/www/firefox52/patches/patch-build_pgo_profileserver.py
@@ -0,0 +1,13 @@
+$NetBSD: patch-build_pgo_profileserver.py,v 1.1 2017/04/27 01:55:57 ryoon Exp $
+
+--- build/pgo/profileserver.py.orig 2017-01-16 16:16:51.000000000 +0000
++++ build/pgo/profileserver.py
+@@ -80,7 +80,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,