diff options
-rwxr-xr-x | patches/php/php.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/php/php.SlackBuild b/patches/php/php.SlackBuild index 898955fd..65997d84 100755 --- a/patches/php/php.SlackBuild +++ b/patches/php/php.SlackBuild @@ -170,7 +170,7 @@ CFLAGS="$SLKCFLAGS" \ --with-jpeg-dir=/usr \ --with-png \ --with-ttf \ - --with-freetype-dir=/usr \ + --with-freetype-dir=/usr \ --with-gmp \ --enable-mbstring \ --with-curl=/usr \ |