svn commit: r484204 - head/audio/libsonic/files

Mark Linimon linimon at FreeBSD.org
Mon Nov 5 17:22:17 UTC 2018


Author: linimon
Date: Mon Nov  5 17:22:16 2018
New Revision: 484204
URL: https://svnweb.freebsd.org/changeset/ports/484204

Log:
  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)

Added:
  head/audio/libsonic/files/patch-sonic.h   (contents, props changed)

Added: head/audio/libsonic/files/patch-sonic.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/libsonic/files/patch-sonic.h	Mon Nov  5 17:22:16 2018	(r484204)
@@ -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);
+ 


More information about the svn-ports-all mailing list