diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-08-25 10:54:30 +0300 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-08-25 10:54:30 +0300 |
commit | 3e420c439d68b2174c854beb7cee3b70a33e6aeb (patch) | |
tree | d326a6f47826be0c56a7285a5745a590acd64d41 /mail-client/thunderbird/files/enigmail-1.6.0-parallel-fix.patch | |
parent | 09f9969401f7f1cfb3d0587a23b67d21bdb501ee (diff) |
[thunderbird] adaugat temporar thunderbird
Diffstat (limited to 'mail-client/thunderbird/files/enigmail-1.6.0-parallel-fix.patch')
-rw-r--r-- | mail-client/thunderbird/files/enigmail-1.6.0-parallel-fix.patch | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/mail-client/thunderbird/files/enigmail-1.6.0-parallel-fix.patch b/mail-client/thunderbird/files/enigmail-1.6.0-parallel-fix.patch new file mode 100644 index 00000000..ab4b613c --- /dev/null +++ b/mail-client/thunderbird/files/enigmail-1.6.0-parallel-fix.patch @@ -0,0 +1,38 @@ +commit dd4ad2eebd36c84307222ca56c10c073527d7054 +Author: Patrick Brunschwig <patrick@enigmail.net> +Date: Sun Nov 24 19:06:23 2013 +0100 + + fixed broken parallel full build of TB (patch by Fabio Rossi) + +diff --git a/lang/Makefile.in b/lang/Makefile.in +index 2334d4f..38688e0 100644 +--- a/lang/Makefile.in ++++ b/lang/Makefile.in +@@ -16,12 +16,12 @@ include $(topsrcdir)/config/config.mk + + include $(srcdir)/../util/build.mk + +-all: export jar ++all: jar + + export: + $(PERL) $(srcdir)/make-lang-xpi.pl $(srcdir)/current-languages.txt $(srcdir) + +-jar: ++jar: export + $(MAKEJAR) + + clean: +diff --git a/ui/Makefile.in b/ui/Makefile.in +index 6309525..13c98ee 100644 +--- a/ui/Makefile.in ++++ b/ui/Makefile.in +@@ -28,7 +28,7 @@ include $(topsrcdir)/config/config.mk + + include $(srcdir)/../util/build.mk + +-jar: ++jar: dirs + $(MAKEJAR) + + clean: |