mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:37:44 +00:00
Ports: Fix building TiMidity++
The build would previously fail if Xorg headers are installed on the host system.
This commit is contained in:
parent
8aab33de5f
commit
7d4387d383
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ use_fresh_config_sub='true'
|
||||||
config_sub_paths=('autoconf/config.sub')
|
config_sub_paths=('autoconf/config.sub')
|
||||||
depends=()
|
depends=()
|
||||||
configopts=(
|
configopts=(
|
||||||
|
'--without-x'
|
||||||
'lib_cv___va_copy=no'
|
'lib_cv___va_copy=no'
|
||||||
'lib_cv_va_copy=no'
|
'lib_cv_va_copy=no'
|
||||||
'lib_cv_va_val_copy=no'
|
'lib_cv_va_val_copy=no'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue