freebsd-ports/mail/thunderbird/files/patch-bug783463
Florian Smeets ec4fcd4b2a - update firefox, thunderbird and libxul to 24.0
- update seamonkey to 2.21
- update firefox-esr to 17.0.9
- enable GSTREAMER by default for html5 with h264/aac/mp3
- WEBRTC is now always built
- add PROFILE and TESTS options

Security:		7dfed67b-20aa-11e3-b8d8-0025905a4771
In collaboration with:	Jan Beich <jbeich@tormail.org>
2013-09-18 22:40:57 +00:00

14 lines
473 B
Text

--- mozilla/gfx/skia/moz.build~
+++ mozilla/gfx/skia/moz.build
@@ -188,10 +188,9 @@ elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'qt
'SkMMapStream.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',
]