diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2014-05-18 22:34:15 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2014-05-18 22:34:15 +0200 |
commit | 9894baa03a4b493d0d5d18dbab315968729e6b73 (patch) | |
tree | 9ecc57eead96112b3d0d9c6eb6826c0970203633 /thunderbird/Pkgfile | |
parent | 24612c33b2a6996c3f6fc7735027c9c84b25f8f5 (diff) | |
download | contrib-9894baa03a4b493d0d5d18dbab315968729e6b73.tar.gz contrib-9894baa03a4b493d0d5d18dbab315968729e6b73.tar.xz |
thunderbird: build with system libjpeg-turbo
Diffstat (limited to 'thunderbird/Pkgfile')
-rw-r--r-- | thunderbird/Pkgfile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/thunderbird/Pkgfile b/thunderbird/Pkgfile index 7182e1778..33531d692 100644 --- a/thunderbird/Pkgfile +++ b/thunderbird/Pkgfile @@ -1,11 +1,11 @@ # Description: email client from the Mozilla project # URL: http://www.mozillamessaging.com/en-US/thunderbird/ # Maintainer: Fredrik Rinnestam, fredrik at crux dot nu -# Depends on: python gtk alsa-lib xorg-libxt libnotify libidl nss dbus-glib xorg-libxdamage yasm mesa3d +# Depends on: python gtk alsa-lib xorg-libxt libnotify libidl nss dbus-glib xorg-libxdamage yasm mesa3d libjpeg-turbo name=thunderbird version=24.5.0 -release=2 +release=3 source=(ftp://ftp.mozilla.org/pub/thunderbird/releases/$version/source/$name-$version.source.tar.bz2 $name.desktop ${name}_default48.png thunderbird-install-dir.patch) @@ -21,8 +21,7 @@ build() { ac_add_options --enable-application=mail ac_add_options --with-system-nspr ac_add_options --with-system-nss - # libjpeg-turbo (http://libjpeg-turbo.virtualgl.org/) is required - #ac_add_options --with-system-jpeg + ac_add_options --with-system-jpeg ac_add_options --with-system-zlib ac_add_options --with-system-bz2 ac_add_options --with-pthreads |