From 4bcf3ea0e118cdc59ceacfd87b94c622359e433d Mon Sep 17 00:00:00 2001 From: Andre Herbst Date: Sat, 1 Jul 2023 19:24:09 +0200 Subject: [PATCH] Ports/libgd: Added --without-x to prevent linking against /usr/lib --- Ports/libgd/package.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Ports/libgd/package.sh b/Ports/libgd/package.sh index f513c94a84..8ed48aa14e 100755 --- a/Ports/libgd/package.sh +++ b/Ports/libgd/package.sh @@ -3,6 +3,7 @@ port=libgd version=2.3.3 useconfigure=true use_fresh_config_sub=true +configopts=("--without-x") config_sub_paths=("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