diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-09-24 08:21:47 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-09-24 08:21:47 +0000 |
commit | 830f573abc528364db9927ebde7deabd4e90a4e2 (patch) | |
tree | 8e8e0aa5830ed18e55ce4357b0aad27d5f9c1de2 /audio/tclmidi/files/patch-smf_SMFHead.cxx | |
parent | - Update to 0.013 (diff) |
- Convert to USES+=tcl
- Fix build on all supported versions
Diffstat (limited to 'audio/tclmidi/files/patch-smf_SMFHead.cxx')
-rw-r--r-- | audio/tclmidi/files/patch-smf_SMFHead.cxx | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/tclmidi/files/patch-smf_SMFHead.cxx b/audio/tclmidi/files/patch-smf_SMFHead.cxx new file mode 100644 index 000000000000..897dedea31e8 --- /dev/null +++ b/audio/tclmidi/files/patch-smf_SMFHead.cxx @@ -0,0 +1,13 @@ +--- smf/SMFHead.cxx.orig 2013-09-24 09:16:20.000000000 +0200 ++++ smf/SMFHead.cxx 2013-09-24 09:16:53.000000000 +0200 +@@ -160,8 +160,8 @@ + return (1); + } + +-ostream & +-operator<<(ostream &os, const SMFHead &h) ++std::ostream & ++operator<<(std::ostream &os, const SMFHead &h) + { + + os << "Format: " << h.format << " Num. Tracks: " << h.num_tracks |