1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

Unbreak clang build.

This commit is contained in:
Max Khon 2013-11-18 14:17:16 +00:00
parent 4255ed2009
commit 6c74cba52e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334199

View File

@ -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;
}
};