portability_01_haiku 767 B

1234567891011121314
  1. o Minor buxfixes:
  2. - During configure, search for library containing cos function as
  3. libm lives in libcore on some platforms (BeOS/Haiku).
  4. Linking against libm was hard-coded before. Bugfix on
  5. 0.2.2.2-alpha, fixes the first part of bug 4727. Patch and
  6. analysis by Martin Hebnes Pedersen.
  7. - Preprocessor directives should not be put inside the arguments
  8. of a macro. This would break compilation with GCC releases prior
  9. to version 3.3. We would never recommend such an old GCC
  10. version, but it is apparently required for binary compatibility
  11. on some platforms (namely, certain builds of Haiku). Bugfix on
  12. 0.2.3.3-alpha, fixes the other part of bug 4727. Patch and
  13. analysis by Martin Hebnes Pedersen.