summaryrefslogtreecommitdiff
path: root/pcr/aspcud/boost.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-04-30 04:14:54 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-04-30 04:14:54 -0500
commit2bbb1b0de9db1254c13c09b12c9cf9990482a383 (patch)
treeb6668032383fcdca22fb1aec28cc88d49781968d /pcr/aspcud/boost.patch
parent1324833f8988e5e5f43f7e2b57b95d90fb45d7d9 (diff)
downloadabslibre-2bbb1b0de9db1254c13c09b12c9cf9990482a383.tar.gz
abslibre-2bbb1b0de9db1254c13c09b12c9cf9990482a383.tar.bz2
abslibre-2bbb1b0de9db1254c13c09b12c9cf9990482a383.zip
aspcud-1.9.0-1.1-1.5.4-3: rebuild
Diffstat (limited to 'pcr/aspcud/boost.patch')
-rw-r--r--pcr/aspcud/boost.patch13
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;