aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--graphics/lcdtest/files/patch-SConstruct12
1 files changed, 0 insertions, 12 deletions
diff --git a/graphics/lcdtest/files/patch-SConstruct b/graphics/lcdtest/files/patch-SConstruct
index 7916aa9a8d7d..9b3558977332 100644
--- a/graphics/lcdtest/files/patch-SConstruct
+++ b/graphics/lcdtest/files/patch-SConstruct
@@ -8,15 +8,3 @@
+env = Environment (**ARGUMENTS)
opts.Update (env)
opts.Save (conf_file, env)
-
---- SConstruct.orig 2007-06-05 16:38:23.000000000 -0700
-+++ SConstruct 2009-10-26 14:22:35.000000000 -0700
-@@ -50,7 +50,7 @@
- # Cache options
- #-----------------------------------------------------------------------------
-
--env = Environment (options = opts)
-+env = Environment (**ARGUMENTS)
- opts.Update (env)
- opts.Save (conf_file, env)
-