Compiling 3.10.X for Solaris 8

OK. I’m into doing wild and crazy things. I want to get CMake running on my main Solaris 8 development environment:

a) Solaris 8 (last release and thoroughly patched to the eyeballs)

b) GCC 4.7.4

c) Binutils 2.24

Everything seems to go pretty good straight out of the box. That is, until I hit cmlibuv and the wheels fall off. My system has neither port.h not sys/port.h, so those event port routines are not there. Is there any way to work around this missing feature short of hand hacking the code? Maybe there’s an option to turn that functionality off?

Thanks so much for listening and helping out. It’s greatly appreciated!