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 (-4 / +3 lines)
Line  Link Here
0
-- extern/SConscript
0
++ extern/SConscript
Lines 2-8 Link Here
2
2
3
Import('env')
3
Import('env')
4
4
5
SConscript(['glew/SConscript'])
6
if env['WITH_BF_GAMEENGINE']:
5
if env['WITH_BF_GAMEENGINE']:
7
	SConscript(['recastnavigation/SConscript'])
6
	SConscript(['recastnavigation/SConscript'])
8
-- source/blender/editors/include/BIF_gl.h
7
++ 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
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