mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
Add pending upstreamed patch [1] to fix the build with ninja >= 1.12.0. [1] https://github.com/muse-sequencer/muse/pull/1277 PR: 278693 Approved by: portmgr (blanket)
14 lines
368 B
C++
14 lines
368 B
C++
Fix build with ninja >= 1.12.0
|
|
|
|
https://github.com/muse-sequencer/muse/pull/1277
|
|
|
|
--- muse/components/confmport.cpp.orig 2023-09-24 15:12:36 UTC
|
|
+++ muse/components/confmport.cpp
|
|
@@ -45,7 +45,6 @@
|
|
#include "midiport.h"
|
|
#include "mididev.h"
|
|
#include "midisyncimpl.h"
|
|
-#include "midifilterimpl.h"
|
|
#include "ctrlcombo.h"
|
|
#include "minstrument.h"
|
|
#include "synth.h"
|