diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2015-06-10 20:49:03 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2015-06-10 20:49:19 +0200 |
commit | 9d13dd925de4cd5b50580dff041f76b5f6896592 (patch) | |
tree | af82f73d49b90c6ff59d96d508f70db7b306fae8 /thunderbird | |
parent | 55f0e181590565a1cd57c8c7ce6d9f44fb6adf5e (diff) | |
download | contrib-9d13dd925de4cd5b50580dff041f76b5f6896592.tar.gz contrib-9d13dd925de4cd5b50580dff041f76b5f6896592.tar.xz |
thunderbird: build with --enable-tree-freetype as workaround for freetype 2.6
Diffstat (limited to 'thunderbird')
-rw-r--r-- | thunderbird/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/thunderbird/Pkgfile b/thunderbird/Pkgfile index 0c7662798..5f2b56922 100644 --- a/thunderbird/Pkgfile +++ b/thunderbird/Pkgfile @@ -5,7 +5,7 @@ name=thunderbird version=31.7.0 -release=1 +release=2 source=(ftp://ftp.mozilla.org/pub/thunderbird/releases/$version/source/$name-$version.source.tar.bz2 $name.desktop ${name}_default48.png thunderbird-install-dir.patch) @@ -45,6 +45,7 @@ build() { ac_add_options --with-system-png ac_add_options --disable-gstreamer ac_add_options --disable-pulseaudio + ac_add_options --enable-tree-freetype EOF make -f client.mk build make -f client.mk DESTDIR=$PKG install |