f9e1049018
Mozilla Firefox is a free, open-source and cross-platform web browser for Windows, Linux, MacOS X and many other operating systems. It is fast and easy to use, and offers many advantages over other web browsers, such as tabbed browsing and the ability to block pop-up windows. Firefox also offers excellent bookmark and history management, and it can be extended by developers using industry standards such as XML, CSS, JavaScript, C++, etc. Many extensions are available.
14 lines
469 B
Text
14 lines
469 B
Text
$NetBSD: patch-content_base_src_moz.build,v 1.1 2014/11/03 12:18:32 ryoon Exp $
|
|
|
|
--- content/base/src/moz.build.orig 2014-05-29 23:30:31.000000000 +0000
|
|
+++ content/base/src/moz.build
|
|
@@ -176,6 +176,9 @@ SOURCES += [
|
|
'nsObjectLoadingContent.cpp',
|
|
]
|
|
|
|
+if CONFIG['MOZ_NATIVE_HARFBUZZ']:
|
|
+ SOURCES['nsContentUtils.cpp'].flags += [CONFIG['MOZ_HARFBUZZ_CFLAGS']]
|
|
+
|
|
EXTRA_COMPONENTS += [
|
|
'contentAreaDropListener.js',
|
|
'contentAreaDropListener.manifest',
|