| 15 | | {{{ |
| 16 | | Have to add '&& !defined(__HAIKU__) && !defined(__ZETA__)' wherever '&& !defined(__ZETA__)' is found. |
| 17 | | Grep showed it in a half dozen files. Still more debugging needed... |
| 18 | | }}} |
| | 15 | [http://tools.assembla.com/BePorts/browser/BePorts/trunk/dev-util/cmake/cmake-2.6.0-haiku.diff?rev=90 Patch][[BR]] |
| | 16 | |
| | 17 | Still some more work to be done to get this one to go, but this patch is getting it closer.[[BR]] |
| | 18 | Specifically need to check over ProcessUNIX.c and !SystemTools.cxx better as something still seems to not be right there.[[BR]] |
| | 19 | There's also an entire BeOS section in the !DynamicLoader.cxx file that needs to be figured out. |
| | 20 | !CurlTests.c also may need some work. I think the masked out of !__BEOS!__ isn't going to work on this one as Haiku may have[[BR]] |
| | 21 | the same issues as BeOS with O_NONBLOCK. I'll run this through again using this patch and post the results here. |
| | 22 | |