diff options
Diffstat (limited to 'mail/thunderbird/files/patch-mail-components-build-Makefile.in')
-rw-r--r-- | mail/thunderbird/files/patch-mail-components-build-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/thunderbird/files/patch-mail-components-build-Makefile.in b/mail/thunderbird/files/patch-mail-components-build-Makefile.in new file mode 100644 index 000000000000..af94e2c0bba3 --- /dev/null +++ b/mail/thunderbird/files/patch-mail-components-build-Makefile.in @@ -0,0 +1,11 @@ +--- mail/components/build/Makefile.in~ ++++ mail/components/build/Makefile.in +@@ -78,7 +78,7 @@ SHARED_LIBRARY_LIBS = \ + ../migration/src/$(LIB_PREFIX)profilemigration_s.$(LIB_SUFFIX) \ + $(NULL) + +-ifneq (,$(filter windows cocoa gtk2, $(MOZ_WIDGET_TOOLKIT))) ++ifneq (,$(filter windows cocoa gtk2 qt, $(MOZ_WIDGET_TOOLKIT))) + SHARED_LIBRARY_LIBS += ../shell/$(LIB_PREFIX)shellservice_s.$(LIB_SUFFIX) + endif + |