From b289db8925f82e83048caa34332ccd654d12f62d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 20 Nov 2009 09:31:11 +0100 Subject: 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 --- package/id3lib/patches/patch-include_id3_id3lib_strings_h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'package/id3lib') 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) -- cgit v1.2.3