summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Beutner <gbeutner@serenityos.org>2022-10-23 12:46:36 +0200
committerGunnar Beutner <gunnar@beutner.name>2022-10-24 03:25:20 +0200
commit7d4387d383e3c14e79d6d9edeaa98236779e92b5 (patch)
tree01f406563826123097fcf29d109e2306fa3e8d85
parent8aab33de5f31c3f4ea0ab250b298a3ec6fa3ffc8 (diff)
downloadserenity-7d4387d383e3c14e79d6d9edeaa98236779e92b5.zip
Ports: Fix building TiMidity++
The build would previously fail if Xorg headers are installed on the host system.
-rwxr-xr-xPorts/timidity/package.sh1
1 files changed, 1 insertions, 0 deletions
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'