summaryrefslogtreecommitdiff
path: root/Ports/timidity/patches/ReadMe.md
blob: 8184f7523f346a35d4ff434ad356bf62104e1beb (plain)
1
2
3
4
5
6
7
8
9
10
# Patches for timidity on SerenityOS

## `0001-Calculate-Newton-coefficients-on-the-fly.patch`

Calculate Newton coefficients on the fly

Since we are cross-compiling, we do not get a binary we can run on the
host that is able to generate `newton_table.c`, so fall back to the old
way of generating the table.