summaryrefslogtreecommitdiff
path: root/mail/thunderbird45/patches/patch-mozilla_config_rules.mk
diff options
context:
space:
mode:
authorryoon <ryoon>2017-04-27 13:38:18 +0000
committerryoon <ryoon>2017-04-27 13:38:18 +0000
commitbc0329086da21eeb25ad76ded61e29d28077df1e (patch)
tree79e1a61489ab6a2c296f6374b6825536d3f5bdf6 /mail/thunderbird45/patches/patch-mozilla_config_rules.mk
parentac8f5632eae6c681151ffa37bbf8f8169e668956 (diff)
downloadpkgsrc-bc0329086da21eeb25ad76ded61e29d28077df1e.tar.gz
Import thunderbird45-45.8.0 as mail/thunderbird45.
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.
Diffstat (limited to 'mail/thunderbird45/patches/patch-mozilla_config_rules.mk')
-rw-r--r--mail/thunderbird45/patches/patch-mozilla_config_rules.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/thunderbird45/patches/patch-mozilla_config_rules.mk b/mail/thunderbird45/patches/patch-mozilla_config_rules.mk
new file mode 100644
index 00000000000..7525a8165f1
--- /dev/null
+++ b/mail/thunderbird45/patches/patch-mozilla_config_rules.mk
@@ -0,0 +1,12 @@
+$NetBSD: patch-mozilla_config_rules.mk,v 1.1 2017/04/27 13:38:18 ryoon Exp $
+
+--- mozilla/config/rules.mk.orig 2016-04-07 21:33:18.000000000 +0000
++++ mozilla/config/rules.mk
+@@ -773,6 +773,7 @@ endif
+ ifdef DTRACE_PROBE_OBJ
+ EXTRA_DEPS += $(DTRACE_PROBE_OBJ)
+ OBJS += $(DTRACE_PROBE_OBJ)
++EXCLUDED_OBJS += $(DTRACE_PROBE_OBJ)
+ endif
+
+ $(filter %.$(LIB_SUFFIX),$(LIBRARY)): $(OBJS) $(STATIC_LIBS_DEPS) $(filter %.$(LIB_SUFFIX),$(EXTRA_LIBS)) $(EXTRA_DEPS) $(GLOBAL_DEPS)