summaryrefslogtreecommitdiff
path: root/Ports/libgd
diff options
context:
space:
mode:
authorPierce Andjelkovic <pierceandjelkovic@gmail.com>2022-03-10 17:49:31 +1100
committerLinus Groh <mail@linusgroh.de>2022-03-15 14:03:07 +0000
commitdedc534046116ccf81ce253b9e6839f0f134be4e (patch)
treee0135b237d77a8f384f0dc1a3717a1f89fc4a4a8 /Ports/libgd
parent39868e833cd1b95f150af671aa9fcb0cbaa5cc9e (diff)
downloadserenity-dedc534046116ccf81ce253b9e6839f0f134be4e.zip
Ports: Point libgd to the correct config.sub location
Diffstat (limited to 'Ports/libgd')
-rwxr-xr-xPorts/libgd/package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/libgd/package.sh b/Ports/libgd/package.sh
index c041200e8a..a585c7d2e3 100755
--- a/Ports/libgd/package.sh
+++ b/Ports/libgd/package.sh
@@ -3,7 +3,7 @@ port=libgd
version=2.3.3
useconfigure=true
use_fresh_config_sub=true
-config_sub_path=build-aux/config.sub
+config_sub_path=config/config.sub
files="https://github.com/libgd/libgd/releases/download/gd-${version}/libgd-${version}.tar.gz libgd-${version}.tar.gz dd3f1f0bb016edcc0b2d082e8229c822ad1d02223511997c80461481759b1ed2"
auth_type=sha256
depends=("libpng")