Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Nov 2018 17:22:16 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r484204 - head/audio/libsonic/files
Message-ID:  <201811051722.wA5HMGK4014933@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811051722.wA5HMGK4014933>