comparison src/id3lib-win32.patch @ 685:ea17fc2f782f

bugfixes for the patch of package id3lib
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 05 Feb 2010 04:31:27 +0100
parents e9828e3cf4f0
children 29f1ba4559ae
comparison
equal deleted inserted replaced
684:6ab8ff5ab4f6 685:ea17fc2f782f
2 See doc/index.html or doc/README for further information. 2 See doc/index.html or doc/README for further information.
3 3
4 diff -ru id3lib-3.8.3-orig/configure.in id3lib-3.8.3/configure.in 4 diff -ru id3lib-3.8.3-orig/configure.in id3lib-3.8.3/configure.in
5 --- id3lib-3.8.3-orig/configure.in 2003-03-02 01:23:00.000000000 +0100 5 --- id3lib-3.8.3-orig/configure.in 2003-03-02 01:23:00.000000000 +0100
6 +++ id3lib-3.8.3/configure.in 2010-01-23 14:15:24.000000000 +0100 6 +++ id3lib-3.8.3/configure.in 2010-01-23 14:15:24.000000000 +0100
7 @@ -227,7 +227,6 @@ 7 @@ -89,6 +89,8 @@
8
9 AC_ISC_POSIX
10
11 +AC_CHECK_TOOL([AR], [ar], [:])
12 +
13 dnl Initialize libtool
14 AM_PROG_LIBTOOL
15
16 @@ -227,7 +229,6 @@
8 ) 17 )
9 AC_CHECK_HEADERS( \ 18 AC_CHECK_HEADERS( \
10 string \ 19 string \
11 - iomanip.h \ 20 - iomanip.h \
12 ,,AC_MSG_ERROR([Missing a vital header file for id3lib]) 21 ,,AC_MSG_ERROR([Missing a vital header file for id3lib])
13 ) 22 )
14 23
15 @@ -249,10 +248,10 @@ 24 @@ -251,7 +252,7 @@
16 AM_CONDITIONAL(ID3_NEEDGETOPT_LONG, test x$ac_cv_func_getopt_long = xno)
17
18 AC_CHECK_FUNCS(mkstemp) 25 AC_CHECK_FUNCS(mkstemp)
19 -AC_CHECK_FUNCS( 26 AC_CHECK_FUNCS(
20 - truncate \ 27 truncate \
21 - ,,AC_MSG_ERROR([Missing a vital function for id3lib]) 28 - ,,AC_MSG_ERROR([Missing a vital function for id3lib])
22 -) 29 + ,,AC_MSG_WARN([Missing a vital function for id3lib])
23 +#AC_CHECK_FUNCS( 30 )
24 +# truncate \
25 +# ,,AC_MSG_ERROR([Missing a vital function for id3lib])
26 +#)
27 31
28 dnl Checks for typedefs, structures, and compiler characteristics. 32 dnl Checks for typedefs, structures, and compiler characteristics.
29 AC_TYPE_SIZE_T
30 diff -ru id3lib-3.8.3-orig/include/id3/globals.h id3lib-3.8.3/include/id3/globals.h 33 diff -ru id3lib-3.8.3-orig/include/id3/globals.h id3lib-3.8.3/include/id3/globals.h
31 --- id3lib-3.8.3-orig/include/id3/globals.h 2003-03-02 01:23:00.000000000 +0100 34 --- id3lib-3.8.3-orig/include/id3/globals.h 2003-03-02 01:23:00.000000000 +0100
32 +++ id3lib-3.8.3/include/id3/globals.h 2010-01-23 14:22:58.000000000 +0100 35 +++ id3lib-3.8.3/include/id3/globals.h 2010-01-23 14:22:58.000000000 +0100
33 @@ -41,7 +41,7 @@ 36 @@ -41,7 +41,7 @@
34 * we prefix variable declarations so they can 37 * we prefix variable declarations so they can