[MacPorts] #37581: qt4-mac @4.8.4_2 build failure: library not found for -ldbus-1
MacPorts
noreply at macports.org
Wed Jan 9 05:53:21 PST 2013
#37581: qt4-mac @4.8.4_2 build failure: library not found for -ldbus-1
------------------------------+-------------------------
Reporter: willy.wolff.0@… | Owner: michaelld@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.1.2
Resolution: | Keywords:
Port: qt4-mac |
------------------------------+-------------------------
Comment (by michaelld@…):
If you're handy at patching the Portfile, I think this is the correct
thing to do:
{{{
compiler.blacklist { macports-clang-2.9 macports-clang-3.0 }
-if {[vercmp $xcodeversion 4.4] <= 0} {
+if {[vercmp $xcodeversion 4.4] <= 0 || $MINOR <= 7} {
compiler.blacklist-append clang
}
}}}
and, if you could try this I'd be obliged.
--
Ticket URL: <https://trac.macports.org/ticket/37581#comment:5>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list