Magellan Linux

Annotation of /trunk/id3lib/patches/id3lib-3.8.3-ac-warnings.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 1130 byte(s)
-import

1 niro 144 Index: id3lib-3.8.3/configure.in
2     ===================================================================
3     --- id3lib-3.8.3.orig/configure.in
4     +++ id3lib-3.8.3/configure.in
5     @@ -168,7 +168,7 @@ if test $has_iconv = 1; then
6     iconv_oldstyle=1, iconv_oldstyle=0)
7     if test $iconv_oldstyle = 1; then
8     AC_MSG_RESULT(const char **)
9     - AC_DEFINE(ID3LIB_ICONV_OLDSTYLE)
10     + AC_DEFINE(ID3LIB_ICONV_OLDSTYLE, [], [Unknown])
11     #we'll check out the need of
12     #typecast in the call of iconv_open
13     AC_MSG_CHECKING(whether to typecast in iconv)
14     @@ -184,7 +184,7 @@ if test $has_iconv = 1; then
15     iconv_cast=0, iconv_cast=1)
16     if test $iconv_cast = 1; then
17     AC_MSG_RESULT(yes)
18     - AC_DEFINE(ID3LIB_ICONV_CAST_OK)
19     + AC_DEFINE(ID3LIB_ICONV_CAST_OK, [], [Unknown])
20     else
21     AC_MSG_RESULT(no)
22     fi
23     @@ -206,7 +206,7 @@ if test $has_iconv = 1; then
24     iconv_cast=0, iconv_cast=1)
25     if test $iconv_cast = 1; then
26     AC_MSG_RESULT(yes)
27     - AC_DEFINE(ID3LIB_ICONV_CAST_OK)
28     + AC_DEFINE(ID3LIB_ICONV_CAST_OK, [], [Unknown])
29     else
30     AC_MSG_RESULT(no)
31     fi