diff options
author | root <root@rshg054.dnsready.net> | 2013-10-12 00:05:36 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-12 00:05:36 -0700 |
commit | 20bff71e3bf43ce7f3621da9cee37eb6ea3c14ad (patch) | |
tree | b334b815f671a193959abd9378c0859168f0080e /extra/freetype2 | |
parent | c38c20f4261c973628038df011b526c6ad4e0489 (diff) |
Sat Oct 12 00:05:35 PDT 2013
Diffstat (limited to 'extra/freetype2')
-rw-r--r-- | extra/freetype2/PKGBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/extra/freetype2/PKGBUILD b/extra/freetype2/PKGBUILD index 618a08d28..f0bd28d0d 100644 --- a/extra/freetype2/PKGBUILD +++ b/extra/freetype2/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 188918 2013-06-25 14:14:01Z heftig $ +# $Id: PKGBUILD 196343 2013-10-11 16:51:57Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=freetype2 pkgver=2.5.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="TrueType font rendering library" arch=(i686 x86_64) license=('GPL') url="http://freetype.sourceforge.net" -depends=('zlib' 'bzip2' 'sh') +depends=('zlib' 'bzip2' 'sh' 'libpng') options=('!libtool') source=(http://downloads.sourceforge.net/sourceforge/freetype/freetype-${pkgver}.tar.bz2 freetype-2.2.1-enable-valid.patch @@ -33,9 +33,7 @@ prepare() { build() { cd "${srcdir}/freetype-${pkgver}" - # PNG support is useless if FT_CONFIG_OPTION_USE_PNG is disabled - ./configure --prefix=/usr --disable-static \ - --without-png + ./configure --prefix=/usr --disable-static make } |