[MacPorts] #47482: Xcode 6.3 breakage of strigi 0.7.8 build
MacPorts
noreply at macports.org
Fri Apr 17 17:43:41 PDT 2015
#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@…):
Proper fix already exist at
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196603
{{{
--- strigi-0.7.8.orig/strigidaemon/bin/daemon/xesam/xesamsearch.h
2013-01-25 12:49:35.000000000 -0500
+++ strigi-0.7.8/strigidaemon/bin/daemon/xesam/xesamsearch.h 2015-04-17
19:57:05.000000000 -0400
@@ -43,7 +43,7 @@
XesamSearch(Private* p);
~XesamSearch();
void operator=(const XesamSearch& xs);
- bool operator==(const XesamSearch& xs) { return p == xs.p; }
+ bool operator==(const XesamSearch& xs) const { return p == xs.p; }
void startSearch();
void getHitCount(void* msg);
void getHits(void* msg, uint32_t num);
}}}
--
Ticket URL: <https://trac.macports.org/ticket/47482#comment:6>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list