diff options
Diffstat (limited to 'audio/fluidsynth/fluidsynth.SlackBuild')
-rw-r--r-- | audio/fluidsynth/fluidsynth.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/fluidsynth/fluidsynth.SlackBuild b/audio/fluidsynth/fluidsynth.SlackBuild index 0a761f2ca3651..3fcb1f23edf97 100644 --- a/audio/fluidsynth/fluidsynth.SlackBuild +++ b/audio/fluidsynth/fluidsynth.SlackBuild @@ -23,10 +23,11 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20201109 bkw: update for v2.1.5, add IPATCH # 20200404 bkw: take over maintenance, update for v2.1.1 PRGNAM=fluidsynth -VERSION=${VERSION:-2.1.1} +VERSION=${VERSION:-2.1.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -86,6 +87,7 @@ cd build -Denable-jack="${JACK:-yes}" \ -Denable-sdl2="${SDL2:-yes}" \ -Denable-portaudio="${PORTAUDIO:-yes}" \ + -Denable-libinstpatch="${IPATCH:-yes}" \ -Denable-systemd=no \ .. |