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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user