svn commit: r424472 - head/audio/raop_play/files

Thomas Zander riggs at FreeBSD.org
Sat Oct 22 13:32:12 UTC 2016


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


More information about the svn-ports-all mailing list