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.
15 lines
477 B
Text
15 lines
477 B
Text
$NetBSD: patch-netwerk_dns_Makefile.in,v 1.1 2014/11/03 12:18:32 ryoon Exp $
|
|
|
|
--- netwerk/dns/Makefile.in.orig 2014-04-18 02:04:03.000000000 +0000
|
|
+++ netwerk/dns/Makefile.in
|
|
@@ -5,6 +5,10 @@
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
+ifdef MOZ_NATIVE_HARFBUZZ
|
|
+CXXFLAGS += $(MOZ_HARFBUZZ_CFLAGS)
|
|
+endif
|
|
+
|
|
# Generate the include file containing compact, static definitions
|
|
# for effective TLD data.
|
|
etld_data.inc: $(srcdir)/prepare_tlds.py $(srcdir)/effective_tld_names.dat
|