Date: Mon, 18 Nov 2013 14:17:17 +0000 (UTC) From: Max Khon <fjoe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334199 - head/databases/libodbc++/files Message-ID: <201311181417.rAIEHHDL023722@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fjoe Date: Mon Nov 18 14:17:16 2013 New Revision: 334199 URL: http://svnweb.freebsd.org/changeset/ports/334199 Log: Unbreak clang build. Added: head/databases/libodbc++/files/patch-isql++-isql++.h (contents, props changed) Added: head/databases/libodbc++/files/patch-isql++-isql++.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/libodbc++/files/patch-isql++-isql++.h Mon Nov 18 14:17:16 2013 (r334199) @@ -0,0 +1,11 @@ +--- isql++/isql++.h.orig 2013-11-18 21:03:56.000000000 +0700 ++++ isql++/isql++.h 2013-11-18 21:04:06.000000000 +0700 +@@ -115,7 +115,7 @@ + string buffer_; + + struct ltcasestr { +- bool operator()(const string& s1, const string& s2) { ++ bool operator()(const string& s1, const string& s2) const { + return strcasecmp(s1.c_str(),s2.c_str())<0; + } + };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311181417.rAIEHHDL023722>