diff options
Diffstat (limited to 'math/aspcud/files/patch-libcudf-src-dependency.cpp')
-rw-r--r-- | math/aspcud/files/patch-libcudf-src-dependency.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/aspcud/files/patch-libcudf-src-dependency.cpp b/math/aspcud/files/patch-libcudf-src-dependency.cpp new file mode 100644 index 000000000000..7ae476f51077 --- /dev/null +++ b/math/aspcud/files/patch-libcudf-src-dependency.cpp @@ -0,0 +1,10 @@ +--- libcudf/src/dependency.cpp.orig 2014-01-10 15:13:07.000000000 +0000 ++++ libcudf/src/dependency.cpp 2014-01-10 15:29:32.000000000 +0000 +@@ -49,6 +49,7 @@ + struct CudfPackageRefFilter + { + CudfPackageRefFilter(const Cudf::PackageRef &ref) : ref(ref) { } ++ CudfPackageRefFilter &operator = (const CudfPackageRefFilter &t) { return *this; } + bool operator()(const Entity *entity) + { + switch(ref.op) |