]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/portaudio-cross.patch
patch silly configure.
[vlc] / extras / contrib / src / Patches / portaudio-cross.patch
1 --- portaudio/configure.in      2005-12-01 15:07:26.000000000 +0000
2 +++ portaudio-new/configure.in  2005-12-09 18:48:43.000000000 +0000
3 @@ -75,9 +75,10 @@
4  
5  dnl sizeof checks: we will need a 16-bit and a 32-bit type
6  
7 -AC_CHECK_SIZEOF(short)
8 -AC_CHECK_SIZEOF(int)
9 -AC_CHECK_SIZEOF(long)
10 +dnl don't work if you crosscompile 
11 +dnl AC_CHECK_SIZEOF(short)
12 +dnl AC_CHECK_SIZEOF(int)
13 +dnl AC_CHECK_SIZEOF(long)
14  
15  dnl extra variables
16  AC_SUBST(OTHER_OBJS)