From 2bbb1b0de9db1254c13c09b12c9cf9990482a383 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Thu, 30 Apr 2015 04:14:54 -0500 Subject: aspcud-1.9.0-1.1-1.5.4-3: rebuild --- pcr/aspcud/boost.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pcr/aspcud/boost.patch (limited to 'pcr/aspcud/boost.patch') 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; -- cgit v1.2.3