From 02a1ac6f566c0216a5488c25e395bffe6bf7709c Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Mon, 5 Nov 2018 17:22:16 +0000 Subject: [PATCH] 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) --- audio/libsonic/files/patch-sonic.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 audio/libsonic/files/patch-sonic.h diff --git a/audio/libsonic/files/patch-sonic.h b/audio/libsonic/files/patch-sonic.h new file mode 100644 index 000000000000..57c2d5b7f826 --- /dev/null +++ b/audio/libsonic/files/patch-sonic.h @@ -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); +