Date: Sunday, January 3, 2016 @ 08:57:07
  Author: pierre
Revision: 257474

Fix FS#47601

Modified:
  php/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-01-03 07:12:30 UTC (rev 257473)
+++ PKGBUILD    2016-01-03 07:57:07 UTC (rev 257474)
@@ -21,7 +21,7 @@
          'php-tidy'
          'php-xsl')
 pkgver=7.0.1
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 license=('PHP')
 url='http://www.php.net'
@@ -70,6 +70,7 @@
                --enable-dba=shared \
                --enable-exif=shared \
                --enable-ftp=shared \
+               --enable-gd-native-ttf \
                --enable-intl=shared \
                --enable-mbstring \
                --enable-shmop=shared \
@@ -83,6 +84,7 @@
                --with-curl=shared \
                --with-db4=/usr \
                --with-enchant=shared,/usr \
+               --with-freetype-dir=/usr \
                --with-gd=shared,/usr \
                --with-gdbm \
                --with-gettext=shared \

Reply via email to