aboutsummaryrefslogtreecommitdiff
path: root/graphics/lcdtest
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-01-12 06:01:58 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-01-12 06:01:58 +0000
commitd2d89f68cdf4c44168ad7eeafa3d49dc8702b027 (patch)
treea7ea4b51e7705f4c34065f8075f580385eae9645 /graphics/lcdtest
parentf37804194e7b72ee4d0e3033de0853fab7b9e731 (diff)
downloadports-d2d89f68cdf4c44168ad7eeafa3d49dc8702b027.tar.gz
ports-d2d89f68cdf4c44168ad7eeafa3d49dc8702b027.zip
- remove the other duplicate patch
Notes
Notes: svn path=/head/; revision=247682
Diffstat (limited to 'graphics/lcdtest')
-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)
-