[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1114589: xjadeo: Fix building with the new portmidi



Source: xjadeo
Version: 0.8.14+really0.8.14-1
Severity: normal
Tags: patch
X-Debbugs-Cc: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>

The attached patch fixes building with the new portmidi.
Description: libporttime was removed from portmidi
Author: Adrian Bunk <bunk@debian.org>

--- 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

Reply to: