You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-wm/fluxbox/files/osx-has-otool.patch

13 lines
476 B

--- a/util/fbsetbg
+++ b/util/fbsetbg
@@ -356,7 +356,8 @@
if [ ! "$wpsetter" = Esetroot ]; then
WPSETTER=$wpsetter
break
- elif ldd `which Esetroot`|grep libImlib 2>&1 > /dev/null; then
+ elif ldd `which Esetroot`|grep libImlib 2>&1 > /dev/null || \
+ otool -L `which Esetroot`|grep libImlib 2>&1 > /dev/null; then
WPSETTER=$wpsetter
break
else