Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Oct 2016 13:37:08 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r424473 - branches/2016Q4/audio/raop_play/files
Message-ID:  <201610221337.u9MDb8OD047404@repo.freebsd.org>

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

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

Added:
  branches/2016Q4/audio/raop_play/files/patch-aexcl_aexcl__play.cxx
     - copied unchanged from r424472, head/audio/raop_play/files/patch-aexcl_aexcl__play.cxx
Modified:
Directory Properties:
  branches/2016Q4/   (props changed)

Copied: branches/2016Q4/audio/raop_play/files/patch-aexcl_aexcl__play.cxx (from r424472, head/audio/raop_play/files/patch-aexcl_aexcl__play.cxx)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2016Q4/audio/raop_play/files/patch-aexcl_aexcl__play.cxx	Sat Oct 22 13:37:07 2016	(r424473, copy of r424472, head/audio/raop_play/files/patch-aexcl_aexcl__play.cxx)
@@ -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?201610221337.u9MDb8OD047404>