Mark BROKEN: fails to build

In file included from src/process_manager_posix.cc:32:
In file included from build/../inc/com/centreon/process_manager_posix.hh:30:
build/../inc/com/centreon/unordered_hash.hh:74:12: error: class template partial specialization of 'hash' not in a namespace enclosing '__1'
    struct hash<std::pair<T, U> > {
           ^

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2018-11-04 13:24:13 +00:00
parent d6eabf1664
commit a1041f827a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484027

View File

@ -11,6 +11,8 @@ COMMENT= Common library of all Centreon projects written in C or C++
LICENSE= AGPLv3
BROKEN= fails to build
USES= cmake
CMAKE_SOURCE_PATH= ${WRKSRC}/build
CMAKE_ARGS= -DWITH_PREFIX=${PREFIX} \