Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
jthornoc | 2 (100.0%) | 0 (-) | 0.0 |
Mostly Mac OSX Leopard fixes...
M include/sci_defs/ogl_testdefs.h.in
Add in a define for Mac OSX Lepard as the only thing built in is
__APPLE__ and that isn't specific enough.
M Core/SystemCall/SystemCallManager.cc
#include <signal.h> which is required for killpg().
M Core/Geom/DrawInfoOpenGL.cc
Side step hack for fixing GL call under 10.4. (It seems to be fixed in 10.5).
M configure.ac
M configure
Fix pwd check. (BTW, pwd is broken under Leopard (doesn't give
physcial path... sigh).) Check to see if we are using Leopard. Add
in OpenGL hack for Leopard. Add in a define for Mac OSX Leopard
because the only thin built in is __APPLE__ and that isn't specific
enough.
M configVars.mk.in
Use the Leopard Hack.
0 lines of code changed in 2 files: