]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/sox/sox/uclibc-fixes.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / sox / sox / uclibc-fixes.patch
1 --- sox-12.17.5/vol.c   2001-11-22 20:42:57.000000000 -0700
2 +++ sox-12.17.5.new/vol.c       2004-09-30 16:42:47.211148824 -0700
3 @@ -15,8 +15,8 @@
4  /* type used for computations. 
5   */
6  #ifndef VOL_FLOAT
7 -#define VOL_FLOAT float
8 -#define VOL_FLOAT_SCAN "%f"
9 +#define VOL_FLOAT double
10 +#define VOL_FLOAT_SCAN "%lf"
11  #endif
12  
13  /* constants
14 --- sox-12.17.5/configure.in    2004-08-06 16:08:20.000000000 -0700
15 +++ sox-12.17.5.new/configure.in        2004-09-30 15:37:54.286963256 -0700
16 @@ -273,7 +273,7 @@
17  dnl Generate output files...
18  
19  AC_CONFIG_HEADER(stconfig.h)
20 -AC_CREATE_STDINT_H(ststdint.h)
21 +dnl AX_CREATE_STDINT_H(ststdint.h)
22  
23  AC_CONFIG_FILES([libst-config Makefile gsm/Makefile])
24  AC_CONFIG_FILES([play], [chmod +x play])
25 --- sox-12.17.5/st.h    2004-07-30 19:01:50.000000000 -0700
26 +++ sox-12.17.5.new/st.h        2004-09-30 15:40:06.405878128 -0700
27 @@ -17,7 +17,7 @@
28  
29  #include <stdio.h>
30  #include <stdlib.h>
31 -#include "ststdint.h"
32 +#include <stdint.h>
33  
34  /* Release 12.17.5 of libst */
35  #define ST_LIB_VERSION_CODE 0x0c1105