public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-p2p/transmission/files: transmission-2.41-noutp.patch
@ 2011-11-26 22:41 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue (eva) @ 2011-11-26 22:41 UTC (permalink / raw
  To: gentoo-commits

eva         11/11/26 22:41:25

  Added:                transmission-2.41-noutp.patch
  Log:
  Fix build issue when USE=-utp, bug #290737.
  
  (Portage version: 2.2.0_alpha78/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-p2p/transmission/files/transmission-2.41-noutp.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/transmission/files/transmission-2.41-noutp.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/transmission/files/transmission-2.41-noutp.patch?rev=1.1&content-type=text/plain

Index: transmission-2.41-noutp.patch
===================================================================
--- third-party/libutp/utypes.h.orig	Wed Sep 28 19:46:15 2011
+++ third-party/libutp/utypes.h	Wed Sep 28 19:47:06 2011
@@ -36,7 +36,11 @@ typedef const char * cstr;
 typedef char * str;
 
 #ifndef __cplusplus
+#ifdef HAVE_STDBOOL_H
+#include <stdbool.h>
+#else
 typedef uint8 bool;
+#endif
 #endif
 
 #endif //__UTYPES_H__






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

only message in thread, other threads:[~2011-11-26 22:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-26 22:41 [gentoo-commits] gentoo-x86 commit in net-p2p/transmission/files: transmission-2.41-noutp.patch Gilles Dartiguelongue (eva)

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