]> git.pld-linux.org Git - packages/OpenCASCADE.git/blob - OpenCASCADE6.3.0-obs-check.patch
- disable ffmpeg, rel 2
[packages/OpenCASCADE.git] / OpenCASCADE6.3.0-obs-check.patch
1 diff -uNr old-OpenCASCADE6.3.0/ros/src/ExprIntrp/ExprIntrp.yacc OpenCASCADE6.3.0/ros/src/ExprIntrp/ExprIntrp.yacc
2 --- old-OpenCASCADE6.3.0/ros/src/ExprIntrp/ExprIntrp.yacc       2001-09-21 09:50:48.000000000 +0200
3 +++ OpenCASCADE6.3.0/ros/src/ExprIntrp/ExprIntrp.yacc   2008-10-10 23:36:36.000000000 +0200
4 @@ -42,6 +42,10 @@
5  extern void ExprIntrp_VariableIdentifier();
6  extern void ExprIntrp_Productor();
7  extern void ExprIntrp_EndOfEqual();
8 +
9 +int yylex(void);
10 +void yyerror(char const *s);
11 +
12  %}
13  
14  %token SUMOP MINUSOP DIVIDEOP EXPOP MULTOP PARENTHESIS BRACKET ENDPARENTHESIS ENDBRACKET VALUE IDENTIFIER COMMA DIFFERENTIAL DERIVATE DERIVKEY ASSIGNOP DEASSIGNKEY EQUALOP RELSEPARATOR CONSTKEY SUMKEY PRODKEY
15 diff -uNr old-OpenCASCADE6.3.0/ros/src/OpenGl/OpenGl_telem_util.h OpenCASCADE6.3.0/ros/src/OpenGl/OpenGl_telem_util.h
16 --- old-OpenCASCADE6.3.0/ros/src/OpenGl/OpenGl_telem_util.h     2008-06-27 17:50:06.000000000 +0200
17 +++ OpenCASCADE6.3.0/ros/src/OpenGl/OpenGl_telem_util.h 2008-10-10 23:39:33.000000000 +0200
18 @@ -155,6 +155,9 @@
19                                       Tfloat *xr, Tfloat *yr);
20  extern  TStatus TelUnProjectionRaster( Tint ws, Tint xr, Tint yr,
21                                       Tfloat *x, Tfloat *y, Tfloat *z);
22 +extern TStatus TelUnProjectionRasterWithRay( Tint ws, Tint xr, Tint yr,
23 + Tfloat *x, Tfloat *y, Tfloat *z,
24 + Tfloat *dx, Tfloat *dy, Tfloat *dz)
25  extern  Tint  TelBackBufferRestored(void);
26  extern  void  TelSetBackBufferRestored( Tint );
27  extern  void  TelEnable( Tint );
28 diff -uNr old-OpenCASCADE6.3.0/ros/src/OpenGl/OpenGl_tXfm.c OpenCASCADE6.3.0/ros/src/OpenGl/OpenGl_tXfm.c
29 --- old-OpenCASCADE6.3.0/ros/src/OpenGl/OpenGl_tXfm.c   2008-08-15 15:54:07.000000000 +0200
30 +++ OpenCASCADE6.3.0/ros/src/OpenGl/OpenGl_tXfm.c       2008-10-10 23:38:25.000000000 +0200
31 @@ -64,6 +64,7 @@
32  #include <X11/keysym.h>
33  
34  #include <GL/glx.h>
35 +#include <GL/glu.h>
36  
37  #include <OpenGl_tgl_all.h>
38  #include <OpenGl_tXfm.h>
39 @@ -79,6 +80,7 @@
40  #include <OpenGl_cmn_varargs.h>
41  #include <OpenGl_tsm.h>
42  #include <OpenGl_tgl_funcs.h>
43 +#include <OpenGl_telem_attri.h>
44  /*----------------------------------------------------------------------*/
45  /*
46   * Constantes
This page took 0.105007 seconds and 3 git commands to generate.