pkgsrc/audio/jack-rack/patches/patch-aa
bjs 0ab7317830 Import jack-rack-1.4.7.
JACK Rack is a LADSPA effects rack for the JACK audio API.  It uses
GTK+ 2 (and optionally GNOME 2) for the GUI, and also understands LRDF
XML descriptions of LADSPA plugins.
2008-08-19 20:32:12 +00:00

22 lines
476 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2008/08/19 20:32:12 bjs Exp $
Allow this to build without ALSA.
--- src/plugin_slot_callbacks.c.orig 2007-11-18 08:13:49.000000000 -0500
+++ 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
}
}