Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 2024 09:48:26 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fb1b7d4d9acb - main - audio/carla: Unbreak build
Message-ID:  <202403070948.4279mQqd085692@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fb1b7d4d9acbd942cdcbca96a102f61d999fd405

commit fb1b7d4d9acbd942cdcbca96a102f61d999fd405
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-03-07 08:20:26 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-03-07 09:48:09 +0000

    audio/carla: Unbreak build
    
    Build was broken by the update of liblo to 0.32
    
    Reported by:    fallout
---
 audio/carla/files/patch-source_backend_CarlaPlugin.hpp | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

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;
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403070948.4279mQqd085692>