Ticket #4204: gcc-4.4-compatibility.diff
File gcc-4.4-compatibility.diff, 951 bytes (added by , 15 years ago) |
---|
-
src/apps/haiku3d/Jamfile
22 22 BitmapTexture.cpp 23 23 VideoFileTexture.cpp 24 24 25 : be game GL media translation $(TARGET_LIBS UPC++)25 : be game GL media translation $(TARGET_LIBSTDC++) 26 26 : Haiku3d.rdef 27 27 ; -
src/system/libroot/posix/glibc/include/bits/stdio-lock.h
27 27 /* We need recursive (counting) mutexes. */ 28 28 #ifdef _LIBC_LOCK_RECURSIVE_INITIALIZER 29 29 # define _IO_lock_initializer _LIBC_LOCK_RECURSIVE_INITIALIZER 30 #elif _IO_MTSAFE_IO30 #elif defined _IO_MTSAFE_IO 31 31 #error libio needs recursive mutexes for _IO_MTSAFE_IO 32 32 #endif 33 33