diff options
author | riggs <riggs@FreeBSD.org> | 2016-10-22 21:32:11 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2016-10-22 21:32:11 +0800 |
commit | 9415d55360943b2a79c25151a5704d43653a63d4 (patch) | |
tree | c9f99a77e845d1244e42fa9ac572374429af13e4 /audio/raop_play | |
parent | 1e80172770f65dd49038ab5b33519b959a34a13f (diff) | |
download | freebsd-ports-gnome-9415d55360943b2a79c25151a5704d43653a63d4.tar.gz freebsd-ports-gnome-9415d55360943b2a79c25151a5704d43653a63d4.tar.zst freebsd-ports-gnome-9415d55360943b2a79c25151a5704d43653a63d4.zip |
Fix build with libc++ 3.9.0
PR: 213517
Submitted by: dim
MFH: 2016Q4 (ports-secteam build fix blanket)
Diffstat (limited to 'audio/raop_play')
-rw-r--r-- | audio/raop_play/files/patch-aexcl_aexcl__play.cxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/raop_play/files/patch-aexcl_aexcl__play.cxx b/audio/raop_play/files/patch-aexcl_aexcl__play.cxx new file mode 100644 index 000000000000..5ab25342ab07 --- /dev/null +++ b/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"; |