diff options
author | Bartlomiej Palmowski <wszystkie.fajne.loginy.zajete@gmail.com> | 2009-09-17 19:34:44 +0200 |
---|---|---|
committer | Bartlomiej Palmowski <wszystkie.fajne.loginy.zajete@gmail.com> | 2009-09-17 19:34:44 +0200 |
commit | 70403e56243b50e90e6091357f214716db8c2409 (patch) | |
tree | 7be950c54ba78eb6b341f1fbd2d70a7f5bded472 /thunderbird/Pkgfile | |
parent | 27eb90d660e2dda1bf2cf1d9f42820d15b1870ac (diff) | |
download | contrib-70403e56243b50e90e6091357f214716db8c2409.tar.gz contrib-70403e56243b50e90e6091357f214716db8c2409.tar.xz |
thunderbird: added patch
Diffstat (limited to 'thunderbird/Pkgfile')
-rw-r--r-- | thunderbird/Pkgfile | 3 |
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} \ |