git: e0ebf7b75931 - main - audio/musescore: Add missing patch.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Jan 2022 22:19:53 UTC
The branch main has been updated by hselasky:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e0ebf7b759316265fc6b2e3431263b3d26957f9e
commit e0ebf7b759316265fc6b2e3431263b3d26957f9e
Author: Hans Petter Selasky <hselasky@FreeBSD.org>
AuthorDate: 2022-01-29 22:18:32 +0000
Commit: Hans Petter Selasky <hselasky@FreeBSD.org>
CommitDate: 2022-01-29 22:18:48 +0000
audio/musescore: Add missing patch.
Fixes 60fe38c099458bc1afcb8983c7bdeed0872f438c .
Approved by: pi (implicit)
---
audio/musescore/files/patch-audio_drivers_alsamidi.h | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/audio/musescore/files/patch-audio_drivers_alsamidi.h b/audio/musescore/files/patch-audio_drivers_alsamidi.h
new file mode 100644
index 000000000000..97cf379f80ec
--- /dev/null
+++ b/audio/musescore/files/patch-audio_drivers_alsamidi.h
@@ -0,0 +1,11 @@
+--- audio/drivers/alsamidi.h.orig 2022-01-29 22:16:06 UTC
++++ audio/drivers/alsamidi.h
+@@ -47,7 +47,7 @@ class AlsaMidiDriver : public MidiDriver {
+
+ public:
+ AlsaMidiDriver(Seq* s);
+- virtual ~AlsaMidiDriver() {}
++ ~AlsaMidiDriver();
+ virtual bool init();
+ virtual Port registerOutPort(const QString& name);
+ virtual Port registerInPort(const QString& name);