diff options
author | Steve Wills <swills@FreeBSD.org> | 2015-10-06 20:01:59 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2015-10-06 20:01:59 +0000 |
commit | 65087871fe5ea1019d4a54dc7ca42c2aa2d0ea12 (patch) | |
tree | 5be7e8eba899acf4a5f52882c94beef5d30137ab /www/firefox/files/patch-bug702179 | |
parent | deskutils/syncthing-gtk: create port (diff) |
www/firefox: update to 41.0
PR: 203384
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
MFH: 2014Q4
Security: 2d56c7f4-b354-428f-8f48-38150c607a05
Diffstat (limited to 'www/firefox/files/patch-bug702179')
-rw-r--r-- | www/firefox/files/patch-bug702179 | 32 |
1 files changed, 9 insertions, 23 deletions
diff --git a/www/firefox/files/patch-bug702179 b/www/firefox/files/patch-bug702179 index d1aa293d2237..bc53944eee1b 100644 --- a/www/firefox/files/patch-bug702179 +++ b/www/firefox/files/patch-bug702179 @@ -1,24 +1,10 @@ -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-10-03 18:05:51.136389000 +0200 ++++ js/src/moz.build 2015-10-03 18:06:12.457351000 +0200 +@@ -603,6 +603,6 @@ + if CONFIG['GNU_CXX']: + FAIL_ON_WARNINGS = True --DIST_INSTALL = 1 --NO_EXPAND_LIBS = 1 -- - ifdef JS_HAS_CTYPES - ifdef MOZ_NATIVE_FFI - LOCAL_INCLUDES = $(MOZ_FFI_CFLAGS) +-NO_EXPAND_LIBS = True ++NO_EXPAND_LIBS = False + + DIST_INSTALL = True |