summaryrefslogtreecommitdiff
path: root/thunderbird/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'thunderbird/Pkgfile')
-rw-r--r--thunderbird/Pkgfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/thunderbird/Pkgfile b/thunderbird/Pkgfile
index d0e001f58..3b2a5ad9d 100644
--- a/thunderbird/Pkgfile
+++ b/thunderbird/Pkgfile
@@ -8,10 +8,11 @@ name=thunderbird
version=2.0.0.22
release=1
source=(ftp://ftp.mozilla.org/pub/mozilla.org/$name/releases/$version/source/$name-$version-source.tar.bz2
- $name.desktop)
+ $name.desktop elif_fix.patch)
build() {
cd mozilla
+ patch -p1 -i ../elif_fix.patch
./configure --prefix=/usr \
--enable-application=mail \
--with-system-{nspr,nss} \

Generated by cgit