libgd: fix building with freetype support
authorW. Michael Petullo <redacted>
Sat, 4 Jan 2020 15:07:04 +0000 (10:07 -0500)
committerW. Michael Petullo <redacted>
Sun, 5 Jan 2020 00:12:43 +0000 (19:12 -0500)
commit7bd2a149ff3a1afa95d7feed5bbb5bf1958237fd
treeddf6c908fd74cc6e5f31bec6502de1011d0daec6
parent2628584ffd0e8b28aa3d5e11966dc61a48153da4
libgd: fix building with freetype support

Freetype support is required for php7-mod-gd as of commit 0f10c8c8,
which causes the PHP7 package to build using this external libgd library.
This commit adds FREETYPE_INCLUDE_DIRS to the definition of CMAKE_OPTIONS.
Without this, libgd does not build freetype support as shown by
this message:

....
Build libgd:
-- Could NOT find Freetype (missing:  FREETYPE_INCLUDE_DIRS)
-- Configuring done
-- Generating done
....

Signed-off-by: W. Michael Petullo <redacted>
libs/libgd/Makefile
git clone https://git.99rst.org/PROJECT