summaryrefslogtreecommitdiff
path: root/www/libxul/files/patch-bug702179
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-04-21 11:18:13 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-04-21 11:18:13 +0000
commit4dfb37ee971374cd8b674b268d8b3394ad682b47 (patch)
tree137e7f78b6588b4f8a0de72ec98184f748d41bdf /www/libxul/files/patch-bug702179
parent- Mark OQGRAPH option BROKEN as it fails with both old and new boost (diff)
www/firefox{,-esr}: update to 46.0 (rc4) / 45.1esr
Changes: https://www.mozilla.org/firefox/46.0/releasenotes/ Changes: https://www.mozilla.org/firefox/45.1.0/releasenotes/ Security: 92d44f83-a7bf-41cf-91ee-3d1b8ecf579f MFH: 2016Q2
Notes
Notes: svn path=/head/; revision=413726
Diffstat (limited to 'www/libxul/files/patch-bug702179')
-rw-r--r--www/libxul/files/patch-bug70217933
1 files changed, 11 insertions, 22 deletions
diff --git a/www/libxul/files/patch-bug702179 b/www/libxul/files/patch-bug702179
index d1aa293d2237..bb642382dfd8 100644
--- a/www/libxul/files/patch-bug702179
+++ b/www/libxul/files/patch-bug702179
@@ -1,24 +1,13 @@
-commit 6ddaacd
-Author: Ginn Chen <ginn.chen@oracle.com>
-Date: Wed Nov 30 07:23:46 2011 +0800
-
- Bug 702179 dtrace probes are not installed on Solaris with static js lib r=glandium
----
- js/src/Makefile.in | 3 ---
- toolkit/library/moz.build | 5 -----
- 2 files changed, 8 deletions(-)
-
-diff --git js/src/Makefile.in js/src/Makefile.in
-index 62bbfa0..90400cb 100644
---- js/src/Makefile.in
-+++ js/src/Makefile.in
-@@ -17,9 +17,6 @@ TOPLEVEL_BUILD := 1
- run_for_side_effects := $(shell echo 'MAKE: $(MAKE)')
- EXTRA_LIBS += $(NSPR_LIBS)
+--- js/src/moz.build.orig 2015-12-16 12:32:04.574425000 +0100
++++ js/src/moz.build 2015-12-16 12:32:09.032032000 +0100
+@@ -671,10 +671,6 @@ CFLAGS += CONFIG['MOZ_ICU_CFLAGS']
+ CXXFLAGS += CONFIG['MOZ_ICU_CFLAGS']
+ LOCAL_INCLUDES += CONFIG['MOZ_ICU_INCLUDES']
--DIST_INSTALL = 1
--NO_EXPAND_LIBS = 1
+-NO_EXPAND_LIBS = True
-
- ifdef JS_HAS_CTYPES
- ifdef MOZ_NATIVE_FFI
- LOCAL_INCLUDES = $(MOZ_FFI_CFLAGS)
+-DIST_INSTALL = True
+-
+ # Prepare self-hosted JS code for embedding
+ GENERATED_FILES += ['selfhosted.out.h']
+ selfhosted = GENERATED_FILES['selfhosted.out.h']