Date: Sun, 18 Dec 2016 01:23:59 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428819 - head/audio/gnomoradio/files Message-ID: <201612180123.uBI1NxXm088768@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Dec 18 01:23:59 2016 New Revision: 428819 URL: https://svnweb.freebsd.org/changeset/ports/428819 Log: audio/gnomoradio: Fix build using GCC (from dports) Added: head/audio/gnomoradio/files/patch-roboradio_state.cc (contents, props changed) Modified: head/audio/gnomoradio/files/patch-roboradio_audio_ogg.cc Modified: head/audio/gnomoradio/files/patch-roboradio_audio_ogg.cc ============================================================================== --- head/audio/gnomoradio/files/patch-roboradio_audio_ogg.cc Sun Dec 18 01:18:08 2016 (r428818) +++ head/audio/gnomoradio/files/patch-roboradio_audio_ogg.cc Sun Dec 18 01:23:59 2016 (r428819) @@ -1,6 +1,14 @@ --- roboradio/audio/ogg.cc.orig 2004-11-06 21:55:32 UTC +++ roboradio/audio/ogg.cc -@@ -193,6 +193,7 @@ void Roboradio::Audio::Ogg::thread_funct +@@ -25,6 +25,7 @@ + + #include <string> + #include <algorithm> ++#include <cstring> + + #include <iostream> + +@@ -193,6 +194,7 @@ void Roboradio::Audio::Ogg::thread_funct int device_id = ao_default_driver_id(); ao_sample_format output_fmt; Added: head/audio/gnomoradio/files/patch-roboradio_state.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/gnomoradio/files/patch-roboradio_state.cc Sun Dec 18 01:23:59 2016 (r428819) @@ -0,0 +1,10 @@ +--- roboradio/state.cc.orig 2004-10-24 00:24:34 UTC ++++ roboradio/state.cc +@@ -28,6 +28,7 @@ + #include <sys/stat.h> + #include <dirent.h> + #include <iostream> ++#include <cstring> + + #include <map> + #include <set>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612180123.uBI1NxXm088768>