Source: xjadeo Version: 0.8.14+really0.8.14-1 Severity: normal Tags: patch X-Debbugs-Cc: IOhannes m zmölnig (Debian/GNU) <[email protected]>
The attached patch fixes building with the new portmidi.
Description: libporttime was removed from portmidi Author: Adrian Bunk <[email protected]> --- xjadeo-0.8.14+really0.8.14.orig/configure.ac +++ xjadeo-0.8.14+really0.8.14/configure.ac @@ -304,10 +304,6 @@ if test "x$enable_midi" != "xno"; then fi if test "x$FOUND_H_PORTMIDI$FOUND_L_PORTMIDI" = "xyesyes"; then MIDI_LIBS="-lportmidi" -dnl TODO check if porttime is needed for threading - if test "$PM_OS" != "mac"; then - MIDI_LIBS="${MIDI_LIBS} -lporttime" - fi fi if test "x$JACKMIDI" != "xno"; then

