[MacPorts] #49299: akonadi build fails after qt4-mac update
MacPorts
noreply at macports.org
Fri Oct 16 08:04:49 PDT 2015
#49299: akonadi build fails after qt4-mac update
-------------------------+---------------------
Reporter: jwhowse4@… | Owner: nicos@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.4
Resolution: | Keywords:
Port: akonadi |
-------------------------+---------------------
Comment (by michaelld@…):
If you're comfortable patching, then give this one a try. On your system
it will use MacPorts GCC5 port for building. On my system, it forces the
use of a C++11 Clang compiler, which in this case is just the Xcode clang.
Here's what you'd need to do for testing:
{{{
sudo port clean akonadi
cd $(port dir akonadi)
sudo patch -p0 < PATH_TO/akonadi_use_c++11.diff
sudo port install akonadi
}}}
and see if it works. The "PATH_TO" is a path to the patch file. If it
does, please report back & we'll figure out the best way to add something
in that forces C++11. You can remove the patch via:
{{{
cd $(port dir akonadi)
sudo patch -R -p0 < PATH_TO/akonadi_use_c++11.diff
}}}
--
Ticket URL: <https://trac.macports.org/ticket/49299#comment:5>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list