Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 369599 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +3 lines)
Line  Link Here
0
-- extern/SConscript
0
++ extern/SConscript
Lines 2-9 Link Here
2
2
3
Import('env')
3
Import('env')
4
4
5
SConscript(['glew/SConscript'])
6
7
if env['WITH_BF_ELTOPO']:
5
if env['WITH_BF_ELTOPO']:
8
if env['WITH_BF_BULLET']:
6
if env['WITH_BF_BULLET']:
9
7
10
-- source/blender/editors/include/BIF_gl.h
8
++ source/blender/editors/include/BIF_gl.h
Lines 31-37 Link Here
31
#ifndef BIF_GL_H
31
#ifndef BIF_GL_H
32
#define BIF_GL_H
32
#define BIF_GL_H
33
33
34
#include "GL/glew.h"
34
#include <GL/glew.h>
35
35

Return to bug 369599