mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
13 lines
541 B
Plaintext
13 lines
541 B
Plaintext
$NetBSD: patch-mozilla_netwerk_dns_Makefile.in,v 1.1 2014/03/30 04:13:17 ryoon Exp $
|
|
|
|
--- mozilla/netwerk/dns/Makefile.in.orig 2014-03-19 01:42:11.000000000 +0000
|
|
+++ mozilla/netwerk/dns/Makefile.in
|
|
@@ -9,3 +9,7 @@ include $(topsrcdir)/config/rules.mk
|
|
# for effective TLD data.
|
|
etld_data.inc: $(srcdir)/prepare_tlds.py $(srcdir)/effective_tld_names.dat
|
|
$(PYTHON) $(srcdir)/prepare_tlds.py $(srcdir)/effective_tld_names.dat > etld_data.inc
|
|
+
|
|
+ifdef MOZ_NATIVE_HARFBUZZ
|
|
+nsIDNService.$(OBJ_SUFFIX): CXXFLAGS+=$(MOZ_HARFBUZZ_CFLAGS)
|
|
+endif
|