You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/jack-rack/files/jack-rack-1.4.6-noalsa.patch

24 lines
580 B

This patch allows to build jack-rack with ALSA support disabled.
See bug #135966.
Index: jack-rack-1.4.6/src/plugin_slot_callbacks.c
===================================================================
--- jack-rack-1.4.6.orig/src/plugin_slot_callbacks.c
+++ jack-rack-1.4.6/src/plugin_slot_callbacks.c
@@ -99,6 +99,7 @@ slot_ablise_cb (GtkWidget * button, GdkE
return TRUE;
}
+#ifdef HAVE_ALSA
case 3:
{
ui_t * ui;
@@ -119,6 +120,7 @@ slot_ablise_cb (GtkWidget * button, GdkE
return TRUE;
}
+#endif
}
}