transmission: update to transmission-2.50 - -utp.patch not needed anymore

This commit is contained in:
Stefan Saraev 2012-03-07 19:29:56 +02:00
parent 0f990d5118
commit a0240d6d38
2 changed files with 1 additions and 15 deletions

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="transmission"
PKG_VERSION="2.42"
PKG_VERSION="2.50"
PKG_REV="3"
PKG_ARCH="any"
PKG_LICENSE="OSS"

View File

@ -1,14 +0,0 @@
--- a/third-party/libutp/utypes.h.orig Wed Sep 28 19:46:15 2011
+++ b/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__