Commits

Kurt Hindenburg authored 4fc5447c129
strigi: add patch to allow building XCode >= 6.3 https://trac.macports.org/ticket/48673

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@140014 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

devel/strigi/files/patch-strigidaemon-bin-daemon-xesam-xesamsearch.h.diff

Added
1 +--- strigidaemon/bin/daemon/xesam/xesamsearch.h.orig 2013-01-25 12:49:35.000000000 -0500
2 ++++ strigidaemon/bin/daemon/xesam/xesamsearch.h 2015-04-17 19:57:05.000000000 -0400
3 +@@ -43,7 +43,7 @@
4 + XesamSearch(Private* p);
5 + ~XesamSearch();
6 + void operator=(const XesamSearch& xs);
7 +- bool operator==(const XesamSearch& xs) { return p == xs.p; }
8 ++ bool operator==(const XesamSearch& xs) const { return p == xs.p; }
9 + void startSearch();
10 + void getHitCount(void* msg);
11 + void getHits(void* msg, uint32_t num);

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut