diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-20 09:31:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-20 09:31:11 +0100 |
commit | b289db8925f82e83048caa34332ccd654d12f62d (patch) | |
tree | c03f6147981815269b7282753925a7f1233fbca6 /package/id3lib/patches | |
parent | 46ca99ab03f2b7e70b1d7505cec7cd03b2e4e006 (diff) |
package updates and compile fixes
- update ctorrent, cups, gnutls and freeradius-server
- compile kerberos (heimdal,krb5) with com_err library from
e2fsprogs to allow both to be build without installing local
copys of libcom_err
- cleanup lynx package add zlib dependency
Diffstat (limited to 'package/id3lib/patches')
-rw-r--r-- | package/id3lib/patches/patch-include_id3_id3lib_strings_h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/package/id3lib/patches/patch-include_id3_id3lib_strings_h b/package/id3lib/patches/patch-include_id3_id3lib_strings_h index 9b21c2c4a..6f2b9f7a7 100644 --- a/package/id3lib/patches/patch-include_id3_id3lib_strings_h +++ b/package/id3lib/patches/patch-include_id3_id3lib_strings_h @@ -1,6 +1,6 @@ $Id$ --- id3lib-3.8.3.orig/include/id3/id3lib_strings.h 2003-03-02 01:23:00.000000000 +0100 -+++ id3lib-3.8.3/include/id3/id3lib_strings.h 2008-12-15 13:15:00.000000000 +0100 ++++ id3lib-3.8.3/include/id3/id3lib_strings.h 2009-11-19 23:07:55.000000000 +0100 @@ -30,6 +30,7 @@ #define _ID3LIB_STRINGS_H_ @@ -9,12 +9,14 @@ $Id$ #if (defined(__GNUC__) && (__GNUC__ >= 3) || (defined(_MSC_VER) && _MSC_VER > 1000)) namespace std -@@ -41,7 +42,7 @@ namespace std +@@ -41,8 +42,8 @@ namespace std // Unsigned as wint_t in unsigned. typedef unsigned long int_type; typedef streampos pos_type; - typedef streamoff off_type; +- typedef mbstate_t state_type; + //typedef streamoff off_type; - typedef mbstate_t state_type; ++ //typedef mbstate_t state_type; static void + assign(char_type& __c1, const char_type& __c2) |