summaryrefslogtreecommitdiff
path: root/scripts/Makefile.frag
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2018-05-14 17:25:37 -0400
committerNikita Popov <nikita.ppv@gmail.com>2018-11-07 13:05:47 +0100
commit2d03197749696ac3f8effba6b7977b0d8729fef3 (patch)
tree2c7327c6007ce3f175bb81e9ae489e6abc189132 /scripts/Makefile.frag
parentf20029807560677077f3f94764caada869329e26 (diff)
downloadphp-git-2d03197749696ac3f8effba6b7977b0d8729fef3.tar.gz
ext/gd: Use pkg-config to detect the availability of freetype2
The latest version of freetype2 does not install freetype-config by default, but pkg-config support has been there for approximately 15 years. In order to reliably detect freetype2, pkg-config *must* be used. See: https://savannah.nongnu.org/bugs/?53093 https://bugs.php.net/bug.php?id=76324
Diffstat (limited to 'scripts/Makefile.frag')
-rw-r--r--scripts/Makefile.frag1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.frag b/scripts/Makefile.frag
index d7f8475014..b4f62bc74d 100644
--- a/scripts/Makefile.frag
+++ b/scripts/Makefile.frag
@@ -12,6 +12,7 @@ BUILD_FILES = \
build/ax_check_compile_flag.m4 \
build/ax_gcc_func_attribute.m4 \
build/php_cxx_compile_stdcxx.m4 \
+ build/pkg.m4 \
Makefile.global \
acinclude.m4 \
ltmain.sh \