svn commit: r424473 - branches/2016Q4/audio/raop_play/files

Thomas Zander riggs at FreeBSD.org
Sat Oct 22 13:37:09 UTC 2016


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";


More information about the svn-ports-all mailing list