Ports: Fix building TiMidity++

The build would previously fail if Xorg headers are installed on the
host system.
This commit is contained in:
Gunnar Beutner 2022-10-23 12:46:36 +02:00 committed by Gunnar Beutner
parent 8aab33de5f
commit 7d4387d383
Notes: sideshowbarker 2024-07-17 05:10:35 +09:00

View File

@ -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'