ports/audio/fluidsynth/patches/patch-src_utils_fluidsynth_priv_h

17 lines
383 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Don't use a header that is not provided
Index: src/utils/fluidsynth_priv.h
--- src/utils/fluidsynth_priv.h.orig
+++ src/utils/fluidsynth_priv.h
@@ -28,10 +28,6 @@
#include "config.h"
#endif
-#if defined(__POWERPC__) && !(defined(__APPLE__) && defined(__MACH__))
-#include "config_maxmsp43.h"
-#endif
-
#if defined(WIN32) && !defined(MINGW32)
#include "config_win32.h"
#endif