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:
Mark Linimon 2018-11-05 17:22:16 +00:00
parent 77dd130ffc
commit 02a1ac6f56
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484204

View 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);