aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-03-07 08:20:26 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-03-07 09:48:09 +0000
commitfb1b7d4d9acbd942cdcbca96a102f61d999fd405 (patch)
tree83803513939204cf8f4e9ba9c2af0fdb6c1fc293
parent76c97e7c968a50308665ddbcae3862c3b3d7eea5 (diff)
downloadports-fb1b7d4d9acbd942cdcbca96a102f61d999fd405.tar.gz
ports-fb1b7d4d9acbd942cdcbca96a102f61d999fd405.zip
audio/carla: Unbreak build
Build was broken by the update of liblo to 0.32 Reported by: fallout
-rw-r--r--audio/carla/files/patch-source_backend_CarlaPlugin.hpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/carla/files/patch-source_backend_CarlaPlugin.hpp b/audio/carla/files/patch-source_backend_CarlaPlugin.hpp
new file mode 100644
index 000000000000..2fada4949fdd
--- /dev/null
+++ b/audio/carla/files/patch-source_backend_CarlaPlugin.hpp
@@ -0,0 +1,14 @@
+- workaround for https://github.com/falkTX/Carla/issues/1867
+- Carla was broken by the update of audio/liblo to 0.32
+
+--- source/backend/CarlaPlugin.hpp.orig 2024-03-07 08:16:09 UTC
++++ source/backend/CarlaPlugin.hpp
+@@ -24,7 +24,7 @@
+ // -----------------------------------------------------------------------
+ // Avoid including extra libs here
+
+-typedef void* lo_message;
++typedef struct lo_message_ *lo_message;
+ typedef struct _NativePluginDescriptor NativePluginDescriptor;
+ struct LADSPA_RDF_Descriptor;
+