diff options
Diffstat (limited to 'pcr/aspcud/boost.patch')
-rw-r--r-- | pcr/aspcud/boost.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pcr/aspcud/boost.patch b/pcr/aspcud/boost.patch new file mode 100644 index 000000000..bda6dfa24 --- /dev/null +++ b/pcr/aspcud/boost.patch @@ -0,0 +1,13 @@ +Index: libcudf/src/dependency.cpp +=================================================================== +--- libcudf/src/dependency.cpp (révision 8600) ++++ libcudf/src/dependency.cpp (révision 8770) +@@ -49,7 +49,7 @@ + + struct CudfPackageRefFilter { + CudfPackageRefFilter(const Cudf::PackageRef &ref) : ref(&ref) { } +- bool operator()(const Entity *entity) { ++ bool operator()(const Entity *entity) const { + switch (ref->op) { + case Cudf::PackageRef::EQ: + return (entity->version == ref->version || entity->allVersions()) && ref->version != 0; |