diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-10-25 13:23:32 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-10-25 13:23:32 +0000 |
commit | 398cb808fcdac5508caf45ced41491efae71389f (patch) | |
tree | 71f2704a288f78e1691f68733dfd70456446fdc6 /audio/denemo/files/patch-src__importmusicxml.c | |
parent | Fix package list. (diff) |
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 <tkato432 yahoo.com>
Notes
Notes:
svn path=/head/; revision=331574
Diffstat (limited to 'audio/denemo/files/patch-src__importmusicxml.c')
-rw-r--r-- | audio/denemo/files/patch-src__importmusicxml.c | 11 |
1 files changed, 11 insertions, 0 deletions
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"); + } |