All pastes #2052325 Raw Edit

Unnamed

public diff v1 · immutable
#2052325 ·published 2011-04-30 19:29 UTC
rendered paste body
From ab293920b133015f1ee5d16aa6aa73cf97b1b909 Mon Sep 17 00:00:00 2001From: Tom Stellard <tstellar@gmail.com>Date: Sat, 30 Apr 2011 12:26:15 -0700Subject: [PATCH] r300g: Fix scons buildBroken by the dependency on ralloc introduced byfe622bac0c1b5b9f2a9fcf9f35b51232a06bea42--- src/mesa/drivers/dri/r300/compiler/SConscript |    1 + 1 files changed, 1 insertions(+), 0 deletions(-)diff --git a/src/mesa/drivers/dri/r300/compiler/SConscript b/src/mesa/drivers/dri/r300/compiler/SConscriptindex bebb9eb..9931537 100755--- a/src/mesa/drivers/dri/r300/compiler/SConscript+++ b/src/mesa/drivers/dri/r300/compiler/SConscript@@ -3,6 +3,7 @@ Import('*') env = env.Clone() env.Append(CPPPATH = '#/include') env.Append(CPPPATH = '#/src/mesa')+env.Append(CPPPATH = '#/src/glsl')  # temporary fix env['CFLAGS'] = str(env['CFLAGS']).replace('-Werror=declaration-after-statement', '')-- 1.7.3.4