From 398cb808fcdac5508caf45ced41491efae71389f Mon Sep 17 00:00:00 2001 From: William Grzybowski Date: Fri, 25 Oct 2013 13:23:32 +0000 Subject: audio/denemo: update to 1.0.8 - Update to 1.0.8 [1] - Allow staging [1] - Convert lib depends to new format PR: ports/181881 [1] Submitted by: KATO Tsuguru --- audio/denemo/files/patch-src__importmusicxml.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 audio/denemo/files/patch-src__importmusicxml.c (limited to 'audio/denemo/files/patch-src__importmusicxml.c') diff --git a/audio/denemo/files/patch-src__importmusicxml.c b/audio/denemo/files/patch-src__importmusicxml.c new file mode 100644 index 000000000000..56d6eee056e5 --- /dev/null +++ b/audio/denemo/files/patch-src__importmusicxml.c @@ -0,0 +1,11 @@ +--- src/importmusicxml.c.orig ++++ src/importmusicxml.c +@@ -392,7 +392,7 @@ + duration -= divisions/32; + return get_rest_for_duration(ret, duration, divisions); + } else if (duration==0) +- return; ++ return -1; + + g_string_append(ret, "\n;Duration of rest not recognized\n"); + } -- cgit v1.2.3