diff options
Diffstat (limited to 'mail/thunderbird/files/patch-mail-components-Makefile.in')
-rw-r--r-- | mail/thunderbird/files/patch-mail-components-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/thunderbird/files/patch-mail-components-Makefile.in b/mail/thunderbird/files/patch-mail-components-Makefile.in new file mode 100644 index 000000000000..d3e2e8ff4433 --- /dev/null +++ b/mail/thunderbird/files/patch-mail-components-Makefile.in @@ -0,0 +1,11 @@ +--- mail/components/Makefile.in~ ++++ mail/components/Makefile.in +@@ -46,7 +46,7 @@ include $(DEPTH)/config/autoconf.mk + # least one module from search/ on all platforms + DIRS = compose cloudfile preferences addrbook migration activity search about-support wintaskbar newmailaccount im + +-ifneq (,$(filter windows gtk2 cocoa, $(MOZ_WIDGET_TOOLKIT))) ++ifneq (,$(filter windows gtk2 cocoa qt, $(MOZ_WIDGET_TOOLKIT))) + DIRS += shell + endif + |