9cd6a39c3e
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. This package tracks 38 ESR.
14 lines
562 B
Python
14 lines
562 B
Python
$NetBSD: patch-gfx_skia_generate__mozbuild.py,v 1.1 2015/07/09 14:13:52 ryoon Exp $
|
|
|
|
--- gfx/skia/generate_mozbuild.py.orig 2014-11-21 03:37:30.000000000 +0000
|
|
+++ gfx/skia/generate_mozbuild.py
|
|
@@ -140,6 +140,9 @@ if CONFIG['GNU_CXX']:
|
|
if not CONFIG['CLANG_CXX']:
|
|
CXXFLAGS += ['-Wno-logical-op']
|
|
|
|
+if CONFIG['MOZ_NATIVE_HARFBUZZ']:
|
|
+ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS']
|
|
+
|
|
if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'android', 'gonk', 'qt'):
|
|
CXXFLAGS += CONFIG['MOZ_CAIRO_CFLAGS']
|
|
CXXFLAGS += CONFIG['CAIRO_FT_CFLAGS']
|