Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Oct 2016 13:32:11 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424472 - head/audio/raop_play/files
Message-ID:  <201610221332.u9MDWBhU047052@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sat Oct 22 13:32:11 2016
New Revision: 424472
URL: https://svnweb.freebsd.org/changeset/ports/424472

Log:
  Fix build with libc++ 3.9.0
  
  PR:		213517
  Submitted by:	dim
  MFH:		2016Q4 (ports-secteam build fix blanket)

Added:
  head/audio/raop_play/files/patch-aexcl_aexcl__play.cxx   (contents, props changed)

Added: head/audio/raop_play/files/patch-aexcl_aexcl__play.cxx
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/raop_play/files/patch-aexcl_aexcl__play.cxx	Sat Oct 22 13:32:11 2016	(r424472)
@@ -0,0 +1,11 @@
+--- aexcl/aexcl_play.cxx.orig	2005-12-16 14:17:00 UTC
++++ aexcl/aexcl_play.cxx
+@@ -199,7 +199,7 @@ static int run_raop_play(void)
+ {
+ 	const char *rargv[6];
+ 	char ip[32];
+-	char *astr;
++	const char *astr;
+ 	char vol[8];
+ 
+ 	rargv[0]="raop_play";



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