diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2016-10-22 13:32:11 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2016-10-22 13:32:11 +0000 |
commit | 97692c2ef07c19e52747fcad9c015abb1757f5f0 (patch) | |
tree | c9f99a77e845d1244e42fa9ac572374429af13e4 /audio/raop_play | |
parent | 902c014acdceeb1458a9be791a3fbe5930c0835d (diff) | |
download | ports-97692c2ef07c19e52747fcad9c015abb1757f5f0.tar.gz ports-97692c2ef07c19e52747fcad9c015abb1757f5f0.zip |
Notes
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"; |