#47482: Xcode 6.3 breakage of strigi 0.7.8 build ------------------------------------+-------------------------------- Reporter: howarth.at.macports@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: strigi | ------------------------------------+-------------------------------- Comment (by howarth.at.macports@…): On fink, I am able to comment out the offending line... p->searches.remove(search); in strigi-0.7.8/strigidaemon/bin/daemon/xesam/xesamsession.cpp without any additional regressions showing up in the test suite. This allows Apple Clang 6.1 to build the package. The current declaration for this in strigi-0.7.8/strigidaemon/bin/daemon/xesam/xesamsearch.h bool operator==(const XesamSearch& xs) { return p == xs.p; } does match the usage of that call according to llvm.org clang 3.5 or later. -- Ticket URL: <https://trac.macports.org/ticket/47482#comment:4> MacPorts <https://www.macports.org/> Ports system for OS X