/[packages]/cauldron/ardour/current/SOURCES/ardour-2.8.16-fpermissive.patch
ViewVC logotype

Contents of /cauldron/ardour/current/SOURCES/ardour-2.8.16-fpermissive.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 467588 - (show annotations) (download)
Mon Aug 19 06:35:18 2013 UTC (10 years, 7 months ago) by fwang
File size: 485 byte(s)
correct patch
1 --- ardour-2.8.16/libs/ardour/lv2_plugin.cc.orig 2013-08-19 14:33:49.385160302 +0800
2 +++ ardour-2.8.16/libs/ardour/lv2_plugin.cc 2013-08-19 14:34:38.886588505 +0800
3 @@ -650,7 +650,7 @@
4 LilvPort* port = NULL;
5 #ifdef HAVE_NEW_LILV
6 LilvNode* designation = lilv_new_uri(_world.world, uri);
7 - port = lilv_plugin_get_port_by_designation(
8 + port = (LilvPort*)lilv_plugin_get_port_by_designation(
9 _plugin, _world.input_class, designation);
10 lilv_node_free(designation);
11 if (port) {

  ViewVC Help
Powered by ViewVC 1.1.30