summaryrefslogtreecommitdiff
path: root/pcr/aspcud/boost.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/aspcud/boost.patch')
-rw-r--r--pcr/aspcud/boost.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/pcr/aspcud/boost.patch b/pcr/aspcud/boost.patch
deleted file mode 100644
index bda6dfa24..000000000
--- a/pcr/aspcud/boost.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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;