Ticket #483: enablePluginOpenGLMac.patch

File enablePluginOpenGLMac.patch, 440 bytes (added by gkruse@…, 19 years ago)

the patch described in the ticket

  • configure

     
    3535OpenBSD)
    3636    phone="no"
    3737;;
     38Darwin)
     39    glOverRide="yes"
     40;;
    3841*) ;;
    3942esac
    4043
     
    264267    if has_library libGL ; then
    265268        opengl="yes"
    266269    fi
     270    if test "$glOverRide" != "no" ; then
     271        opengl="yes"
     272    fi
    267273fi
    268274
    269275if test "$fftw_lib3" != "no" ; then