diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-07-22 14:13:34 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-07-22 14:13:34 +0000 |
commit | acd5fdeacbd3f50041c2de166c4a942b91636a56 (patch) | |
tree | b3b94db10d93c02fac8a61011ac0007e6733aea6 /mail/enigmail-thunderbird | |
parent | 70ec8ae4ed555cded787142234fc4da5778efcde (diff) | |
download | ports-acd5fdeacbd3f50041c2de166c4a942b91636a56.tar.gz ports-acd5fdeacbd3f50041c2de166c4a942b91636a56.zip |
Notes
Diffstat (limited to 'mail/enigmail-thunderbird')
-rw-r--r-- | mail/enigmail-thunderbird/files/patch-genxpi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/enigmail-thunderbird/files/patch-genxpi b/mail/enigmail-thunderbird/files/patch-genxpi new file mode 100644 index 000000000000..173b8f5cbd23 --- /dev/null +++ b/mail/enigmail-thunderbird/files/patch-genxpi @@ -0,0 +1,11 @@ +--- mailnews/extensions/enigmail/genxpi.orig 2008-07-22 15:48:33.000000000 +0200 ++++ mailnews/extensions/enigmail/genxpi 2008-07-22 16:06:26.000000000 +0200 +@@ -171,6 +171,8 @@ + case APP_PLATFORM_OS2: + addDirectory("", "platform/"+ABI_PLATFORM_OS2+"/components", fComponents, ""); + break; ++ default: ++ addDirectory("", "platform/${platform}/components", fComponents, ""); + } + + err = getLastError(); |