public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-tv/me-tv/files: me-tv-1.4.0.10-gcc47.patch
@ 2013-03-03  7:51 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; only message in thread
From: Ryan Hill (dirtyepic) @ 2013-03-03  7:51 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    13/03/03 07:51:26

  Added:                me-tv-1.4.0.10-gcc47.patch
  Log:
  Fix build with GCC 4.7 (bug #452108).
  
  (Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 957A8463)

Revision  Changes    Path
1.1                  media-tv/me-tv/files/me-tv-1.4.0.10-gcc47.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/me-tv/files/me-tv-1.4.0.10-gcc47.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/me-tv/files/me-tv-1.4.0.10-gcc47.patch?rev=1.1&content-type=text/plain

Index: me-tv-1.4.0.10-gcc47.patch
===================================================================
 https://bugs.gentoo.org/452108
 
 common/common.cc | 1 +
 server/thread.cc | 1 +
 2 files changed, 2 insertions(+)

--- a/common/common.cc
+++ b/common/common.cc
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor Boston, MA 02110-1301,  USA
  */
 
+#include <unistd.h>
 #include "../common/common.h"
 #include "../common/i18n.h"
 #include "../common/exception.h"
--- a/server/thread.cc
+++ b/server/thread.cc
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor Boston, MA 02110-1301,  USA
  */
 
+#include <unistd.h>
 #include "thread.h"
 #include "../common/i18n.h"
 #include "../common/exception.h"





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-03  7:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-03  7:51 [gentoo-commits] gentoo-x86 commit in media-tv/me-tv/files: me-tv-1.4.0.10-gcc47.patch Ryan Hill (dirtyepic)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox