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.
12 lines
371 B
Text
12 lines
371 B
Text
$NetBSD: patch-intl_unicharutil_util_Makefile.in,v 1.1 2014/11/03 12:18:32 ryoon Exp $
|
|
|
|
--- intl/unicharutil/util/Makefile.in.orig 2014-04-18 02:03:03.000000000 +0000
|
|
+++ intl/unicharutil/util/Makefile.in
|
|
@@ -23,3 +23,7 @@ ifdef _MSC_VER
|
|
OS_COMPILE_CXXFLAGS += -Zl
|
|
OS_COMPILE_CFLAGS += -Zl
|
|
endif
|
|
+
|
|
+ifdef MOZ_NATIVE_HARFBUZZ
|
|
+CXXFLAGS += $(MOZ_HARFBUZZ_CFLAGS)
|
|
+endif
|