Will not compile on newer FreeType versions

freetype-config no longer exists. Create this workaround version from below and give '+x' permisions.

#!/bin/sh

exec pkg-config "$@" freetype2

https://github.com/php/php-src/pull/3632