ports/timidity: Fix compilation

Precalculating newton coefficients does not work as the buildsystem
tries to run a banan-os binary. This patch enables coefficient
calculation code for the runtime!
This commit is contained in:
2025-08-13 12:19:07 +03:00
parent 6ed0e84421
commit 57050a83ba
2 changed files with 45 additions and 4 deletions

View File

@@ -13,10 +13,6 @@ CONFIGURE_OPTIONS=(
'CFLAGS=-std=c11'
)
pre_configure() {
unset CC CXX LD
}
post_install() {
if [ ! -f ../eawpats.zip ]; then
wget https://www.quaddicted.com/files/idgames/sounds/eawpats.zip -O ../eawpats.zip || exit 1