Ticket #9529: Small-correction-so-dcraw-plugin-respects-the-sysroo.patch

File Small-correction-so-dcraw-plugin-respects-the-sysroo.patch, 703 bytes (added by spam@…, 13 years ago)

GIT patch bca9e8be784fc4fcde499019f0a61939eee7ceba

  • mythplugins/configure

    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 b if test x"$icc" != x ; then 
    474474    case "$icc" in
    475475    /*)
    476476    ;;
    477     *) icc=/usr/share/color/icc/$icc
     477    *) icc=$sysroot/usr/share/color/icc/$icc
    478478    ;;
    479479    esac
    480480    # Verify the presence of the file.