mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Because of double typedef, this port fails to build with base GCC.
Remove it to fix build. PR: 232287 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
77dd130ffc
commit
02a1ac6f56
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484204
1 changed files with 11 additions and 0 deletions
11
audio/libsonic/files/patch-sonic.h
Normal file
11
audio/libsonic/files/patch-sonic.h
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- sonic.h.orig 2018-10-15 14:25:10 UTC
|
||||||
|
+++ sonic.h
|
||||||
|
@@ -189,8 +189,6 @@ struct sonicBitmapStruct {
|
||||||
|
int numCols;
|
||||||
|
};
|
||||||
|
|
||||||
|
-typedef struct sonicBitmapStruct* sonicBitmap;
|
||||||
|
-
|
||||||
|
/* Enable coomputation of a spectrogram on the fly. */
|
||||||
|
void sonicComputeSpectrogram(sonicStream stream);
|
||||||
|
|
Loading…
Add table
Reference in a new issue