[Bf-committers] MacOSX possible patch

Kent Mein bf-committers@blender.org
Thu, 5 Dec 2002 11:04:35 -0600


Heya could someone on MacOSX

Try making the following changes to configure.ac
replace the 2 AC_CHECK_HEADER lines here:
 *darwin*)
        AC_CHECK_HEADER([/System/Library/Frameworks/OpenGL.framework/Versions/A/
Headers/gl.h]) 
        AC_CHECK_HEADER([/System/Library/Frameworks/OpenGL.framework/Versions/A/
Headers/glu.h]) 
  ;;

with:
SYSTEM_LIBS="$SYSTEM_LIBS -framework OpenGL -framework AGL"

Kent
-- 
mein@cs.umn.edu
http://www.cs.umn.edu/~mein