pkgsrc/mail/thunderbird52/patches/patch-mozilla_dom_base_moz.build
ryoon 52f373d9e6 mail/thunderbird52: import thunderbird52-52.9.1nb3
Mozilla Thunderbird is a redesign of the Mozilla mail component. The
goal is to produce a cross platform stand alone mail application using
the XUL user interface language. This version uses the gtk2 toolkit.
2018-12-16 08:29:48 +00:00

14 lines
472 B
Text

$NetBSD: patch-mozilla_dom_base_moz.build,v 1.1 2018/12/16 08:29:48 ryoon Exp $
--- mozilla/dom/base/moz.build.orig 2017-04-14 04:53:03.000000000 +0000
+++ mozilla/dom/base/moz.build
@@ -478,6 +478,9 @@ if CONFIG['MOZ_BUILD_APP'] in ['browser'
if CONFIG['MOZ_X11']:
CXXFLAGS += CONFIG['TK_CFLAGS']
+if CONFIG['MOZ_SYSTEM_HARFBUZZ']:
+ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS']
+
GENERATED_FILES += [
'PropertyUseCounterMap.inc',
'UseCounterList.h',