Changes between Version 5 and Version 6 of dev-libs/libxml2
- Timestamp:
- 04/13/08 06:57:02 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-libs/libxml2
v5 v6 9 9 ||Haiku||broken|| 10 10 11 === work-in-progress (andreasf) - [R5, Haiku] === 12 13 14 == SVN HEAD == 15 16 ||R5||untested|| 17 ||BONE||untested|| 18 ||Haiku||broken|| 19 11 20 === work-in-progress (andreasf) - [Haiku] === 12 21 13 {{{nanohttp.c}}} does not define closesocket to closeunless changed to {{{#if !defined(__BEOS__) || defined(__HAIKU__)}}}. Resolves an implicit declaration warning. The same applies for {{{nanoftp.c}}}.22 {{{nanohttp.c}}} does not define {{{closesocket}}} to {{{close}}} unless changed to {{{#if !defined(__BEOS__) || defined(__HAIKU__)}}}. Resolves an implicit declaration warning. The same applies for {{{nanoftp.c}}}. 14 23 15 24 In function {{{xmlNanoHTTPConnectAttempt}}} the BeOS-specific section fails due to use of {{{bool}}}; disabling this for Haiku.
