summaryrefslogtreecommitdiff
path: root/Ports
diff options
context:
space:
mode:
authorSahan Fernando <sahan.h.fernando@gmail.com>2022-01-17 22:44:56 +1100
committerBrian Gianforcaro <b.gianfo@gmail.com>2022-01-24 07:55:39 +0000
commit62192c88a6445a736e9948b8d2c890260da5d055 (patch)
tree8c9a0a56734834ef356ce21a3486ae72d280e1d5 /Ports
parent070d70848fc3783dee1bd088ebe03e93a6e86c63 (diff)
downloadserenity-62192c88a6445a736e9948b8d2c890260da5d055.zip
Ports: Fix freetype port
Diffstat (limited to 'Ports')
-rwxr-xr-xPorts/freetype/package.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Ports/freetype/package.sh b/Ports/freetype/package.sh
index a396b80d25..afaecb3bd5 100755
--- a/Ports/freetype/package.sh
+++ b/Ports/freetype/package.sh
@@ -7,6 +7,7 @@ config_sub_path=builds/unix/config.sub
files="https://download.savannah.gnu.org/releases/freetype/freetype-${version}.tar.gz freetype-${version}.tar.gz 5eab795ebb23ac77001cfb68b7d4d50b5d6c7469247b0b01b2c953269f658dac"
auth_type=sha256
configopts=("--with-brotli=no" "--with-bzip2=no" "--with-zlib=no" "--with-harfbuzz=no" "--with-png=no")
+config_sub_path="builds/unix/config.sub"
install() {
run make DESTDIR=${SERENITY_INSTALL_ROOT} "${installopts[@]}" install