summaryrefslogtreecommitdiff
path: root/www/firefox/files/patch-bug783463
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2013-10-30 20:37:55 +0000
committerFlorian Smeets <flo@FreeBSD.org>2013-10-30 20:37:55 +0000
commit2cd503bcdb5f9bb9fadb663412a68fb84e801524 (patch)
treea87ddf1d023ec31d88d818886f89a42f8183ebd2 /www/firefox/files/patch-bug783463
parentx11/lxpanel: pass maintainership (diff)
- update firefox to 25.0
- update firefox-esr to 24.1.0 - update thunderbird to 24.1.0 - update seamonkey to 22.0 - update libxul to 24.1.0 - don't remove/add share/applications directory - remove checks for older gecko releases from bsd.gecko.mk - drop support for FreeBSD 9.0 Not staged yet. I started working on it, but didn't finish it in time for this release. I'll try to make the next one in 6 weeks. In collaboration with: Jan Beich
Diffstat (limited to 'www/firefox/files/patch-bug783463')
-rw-r--r--www/firefox/files/patch-bug78346311
1 files changed, 4 insertions, 7 deletions
diff --git a/www/firefox/files/patch-bug783463 b/www/firefox/files/patch-bug783463
index dedbb7003927..3ae6d51262e4 100644
--- a/www/firefox/files/patch-bug783463
+++ b/www/firefox/files/patch-bug783463
@@ -1,14 +1,11 @@
--- gfx/skia/moz.build~
+++ gfx/skia/moz.build
-@@ -188,10 +188,9 @@ elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'qt
- 'SkMMapStream.cpp',
+@@ -190,7 +190,7 @@ elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'qt
+ 'SkFontHost_FreeType_common.cpp',
'SkOSFile.cpp',
]
- if CONFIG['OS_TARGET'] == 'Linux':
+ if CONFIG['MOZ_X11'] == 1 or CONFIG['OS_TARGET'] == 'Linux':
- CPP_SOURCES += [
- 'SkFontHost_linux.cpp',
-- 'SkFontHost_tables.cpp',
- 'SkThread_pthread.cpp',
- 'SkTime_Unix.cpp',
+ EXPORTS.skia += [
+ 'include/ports/SkTypeface_cairo.h',
]