]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/caca_macosx.diff
Removed useless setting which can confuse some setups
[vlc] / extras / contrib / src / Patches / caca_macosx.diff
1 Index: src/mygetopt.c
2 ===================================================================
3 --- libcaca.orig/src/mygetopt.c (rĂ©vision 1516)
4 +++ libcaca/src/mygetopt.c      (copie de travail)
5 @@ -25,7 +25,7 @@
6  #endif
7  
8  /* DOS / Kernel driver */
9 -#ifndef __intptr_t_defined
10 +#if !defined(__intptr_t_defined) && !defined(_UINTPTR_T)
11  typedef unsigned int           uintptr_t;
12  #endif
13