From 7d4387d383e3c14e79d6d9edeaa98236779e92b5 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Sun, 23 Oct 2022 12:46:36 +0200 Subject: [PATCH] Ports: Fix building TiMidity++ The build would previously fail if Xorg headers are installed on the host system. --- Ports/timidity/package.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Ports/timidity/package.sh b/Ports/timidity/package.sh index 7bc9eae585..aced6df219 100755 --- a/Ports/timidity/package.sh +++ b/Ports/timidity/package.sh @@ -10,6 +10,7 @@ use_fresh_config_sub='true' config_sub_paths=('autoconf/config.sub') depends=() configopts=( + '--without-x' 'lib_cv___va_copy=no' 'lib_cv_va_copy=no' 'lib_cv_va_val_copy=no'