freebsd-ports/math/openfst
Dmitry Sivachenko 97ca34aaa4 Use std::isspace instead of isspace to fix the following compile error in
py-fst:
In file included from fst/_fst.cpp:322:
In file included from /usr/local/include/fst/fstlib.h:49:
In file included from /usr/local/include/fst/fst.h:34:
In file included from /usr/local/include/fst/arc.h:31:
In file included from /usr/local/include/fst/power-weight.h:24:
/usr/local/include/fst/tuple-weight.h:179:14: error: call to 'isspace' is ambiguous
    } while (isspace(c));
             ^~~~~~~
/usr/include/ctype.h:57:5: note: candidate function
int     isspace(int);
        ^
/usr/include/c++/v1/cctype:125:38: note: candidate function
inline _LIBCPP_INLINE_VISIBILITY int isspace(int __c) {return __libcpp_isspace(__c);}
/usr/include/ctype.h:57:5: note: candidate function
int     isspace(int);
        ^
/usr/include/c++/v1/cctype:125:38: note: candidate function
inline _LIBCPP_INLINE_VISIBILITY int isspace(int __c) {return __libcpp_isspace(__c);}
2014-10-23 14:05:56 +00:00
..
distinfo
Makefile Use std::isspace instead of isspace to fix the following compile error in 2014-10-23 14:05:56 +00:00
pkg-descr
pkg-plist Use correct directory for USE_LDCONFIG; 2014-10-20 14:28:17 +00:00