Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 276338 | 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_BULLET']:
5
if env['WITH_BF_BULLET']:
8
    SConscript(['bullet2/src/SConscript'])
6
    SConscript(['bullet2/src/SConscript'])
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 "../../../../extern/glew/include/GL/glew.h"
34
#include <GL/glew.h>
35
35
36
	/*
36
	/*
37
	 * these should be phased out. cpack should be replaced in
37
	 * these should be phased out. cpack should be replaced in

Return to bug 276338