From bca9e8be784fc4fcde499019f0a61939eee7ceba Mon Sep 17 00:00:00 2001
From: Chad Parry <github@chad.parry.org>
Date: Sat, 29 Jan 2011 09:54:29 -0700
Subject: [PATCH] Small correction so dcraw plugin respects the sysroot setting

---
 mythplugins/configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mythplugins/configure b/mythplugins/configure
index 5788a40..22f9af4 100755
--- a/mythplugins/configure
+++ b/mythplugins/configure
@@ -474,7 +474,7 @@ if test x"$icc" != x ; then
     case "$icc" in
     /*)
     ;;
-    *) icc=/usr/share/color/icc/$icc
+    *) icc=$sysroot/usr/share/color/icc/$icc
     ;;
     esac
     # Verify the presence of the file.
-- 
1.7.0.4

