diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-11-20 23:01:15 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-11-20 23:01:15 +0000 |
commit | 9aafe503d08e2766f5343cca1c13e96a47c6bd4c (patch) | |
tree | d56a366dfc71562e65a02f0224eed5e9c21419cd /www/seamonkey/files/patch-bug788955 | |
parent | - New port: octave-forge-cgi. (diff) |
- Update firefox and thunderbird to 17.0
- Update seamonkey to 2.14
- Update ESR ports and libxul to 10.0.11
- support more h264 codecs when using GSTREAMER with YouTube
- Unbreak firefox-esr, thunderbird-esr and libxul on head >= 1000024 [1]
- Buildsystem is not python 3 aware, use python up to 2.7 [2]
PR: ports/173679 [1]
Submitted by: swills [1], demon [2]
In collaboration with: Jan Beich <jbeich@tormail.org>
Security: d23119df-335d-11e2-b64c-c8600054b392
Approved by: portmgr (beat)
Feature safe: yes
Diffstat (limited to 'www/seamonkey/files/patch-bug788955')
-rw-r--r-- | www/seamonkey/files/patch-bug788955 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/www/seamonkey/files/patch-bug788955 b/www/seamonkey/files/patch-bug788955 index 3f6263c901b6..3974181f4aad 100644 --- a/www/seamonkey/files/patch-bug788955 +++ b/www/seamonkey/files/patch-bug788955 @@ -26,16 +26,6 @@ index 6a9be4b..d2e49e3 100755 add_makefiles " memory/jemalloc/Makefile " ---- mozilla/config/autoconf.mk.in -+++ mozilla/config/autoconf.mk.in -@@ -74,6 +74,7 @@ MOZ_JSDEBUGGER = @MOZ_JSDEBUGGER@ - MOZ_IPDL_TESTS = @MOZ_IPDL_TESTS@ - MOZ_MEMORY = @MOZ_MEMORY@ - MOZ_JEMALLOC = @MOZ_JEMALLOC@ -+MOZ_NATIVE_JEMALLOC = @MOZ_NATIVE_JEMALLOC@ - MOZ_PROFILING = @MOZ_PROFILING@ - MOZ_ENABLE_PROFILER_SPS = @MOZ_ENABLE_PROFILER_SPS@ - MOZ_JPROF = @MOZ_JPROF@ diff --git configure.in configure.in index bb05782..2f32516 100644 --- mozilla/configure.in |