Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 355177 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +5 lines)
Line  Link Here
0
-- util/fbsetbg
0
++ util/fbsetbg
Lines 356-362 Link Here
356
            if [ ! "$wpsetter" = Esetroot ]; then
356
            if [ ! "$wpsetter" = Esetroot ]; then
357
                WPSETTER=$wpsetter
357
                WPSETTER=$wpsetter
358
                break
358
                break
359
            elif ldd `which Esetroot`|grep libImlib 2>&1 > /dev/null; then
359
            elif ( [ "`which --skip-alias --skip-functions otool 2>/dev/null`" ] \
360
                && otool -L `which Esetroot`|grep libImlib 2>&1 > /dev/null ) \
361
              || ( [ "`which --skip-alias --skip-functions ldd 2>/dev/null`" ] \
362
                && ldd `which Esetroot`|grep libImlib 2>&1 > /dev/null ); then
360
                WPSETTER=$wpsetter
363
                WPSETTER=$wpsetter
361
                break
364
                break
362
            else
365
            else

Return to bug 355177