* [gentoo-commits] gentoo-x86 commit in x11-wm/fluxbox/files: osx-has-otool.patch fluxbox-1.3.0-osx-has-otool.patch fluxbox-1.1.1-osx-has-otool.patch
@ 2011-02-28 0:32 99% Jim Ramsay (lack)
0 siblings, 0 replies; 1+ results
From: Jim Ramsay (lack) @ 2011-02-28 0:32 UTC (permalink / raw
To: gentoo-commits
lack 11/02/28 00:32:30
Added: osx-has-otool.patch
Removed: fluxbox-1.3.0-osx-has-otool.patch
fluxbox-1.1.1-osx-has-otool.patch
Log:
Fluxbox-1.3.1 is released. Plus cleanup of a prefix patch for osx (Bug #355177)
(Portage version: 2.1.9.34/cvs/Linux i686)
Revision Changes Path
1.1 x11-wm/fluxbox/files/osx-has-otool.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/files/osx-has-otool.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/files/osx-has-otool.patch?rev=1.1&content-type=text/plain
Index: osx-has-otool.patch
===================================================================
--- util/fbsetbg
+++ 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
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2011-02-28 0:32 99% [gentoo-commits] gentoo-x86 commit in x11-wm/fluxbox/files: osx-has-otool.patch fluxbox-1.3.0-osx-has-otool.patch fluxbox-1.1.1-osx-has-otool.patch Jim Ramsay (lack)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox