mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 01:27:02 +02:00
supercollider: patch for newer libsndfile
This commit is contained in:
parent
bb78dfa369
commit
3bbed9c85e
1 changed files with 26 additions and 0 deletions
26
srcpkgs/supercollider/patches/libsndfile-0.2.2.patch
Normal file
26
srcpkgs/supercollider/patches/libsndfile-0.2.2.patch
Normal file
|
@ -0,0 +1,26 @@
|
|||
Index: supercollider-3.11.1/include/plugin_interface/SC_SndBuf.h
|
||||
===================================================================
|
||||
--- supercollider-3.11.1.orig/include/plugin_interface/SC_SndBuf.h
|
||||
+++ supercollider-3.11.1/include/plugin_interface/SC_SndBuf.h
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
-typedef struct SNDFILE_tag SNDFILE;
|
||||
+typedef struct sf_private_tag SNDFILE;
|
||||
|
||||
#ifdef SUPERNOVA
|
||||
|
||||
Index: supercollider-3.11.1/include/plugin_interface/SC_sndfile_stub.h
|
||||
===================================================================
|
||||
--- supercollider-3.11.1.orig/include/plugin_interface/SC_sndfile_stub.h
|
||||
+++ supercollider-3.11.1/include/plugin_interface/SC_sndfile_stub.h
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
/* A SNDFILE* pointer can be passed around much like stdio.h's FILE* pointer. */
|
||||
|
||||
-typedef struct SNDFILE_tag SNDFILE;
|
||||
+typedef struct sf_private_tag SNDFILE;
|
||||
|
||||
|
||||
#if (defined(_MSCVER) || defined(_MSC_VER))
|
Loading…
Add table
Reference in a new issue