summarylogtreecommitdiffstats
path: root/boost_107400.patch
diff options
context:
space:
mode:
authorbartus2020-12-10 13:11:01 +0100
committerbartus2020-12-10 13:11:22 +0100
commit6d29da08dab9d1943428e7143094293cd2b683ed (patch)
tree99b89d6f4fb23db7961ce25a6ef46640c66f8318 /boost_107400.patch
parentedf50d0830254ae8cf7df802cd87df720547cf20 (diff)
downloadaur-6d29da08dab9d1943428e7143094293cd2b683ed.tar.gz
Fix boost:1.74 build
Diffstat (limited to 'boost_107400.patch')
-rw-r--r--boost_107400.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/boost_107400.patch b/boost_107400.patch
new file mode 100644
index 000000000000..7aad15db49cc
--- /dev/null
+++ b/boost_107400.patch
@@ -0,0 +1,12 @@
+diff -Naur a/src/appleseed/renderer/modeling/project/assethandler.cpp b/src/appleseed/renderer/modeling/project/assethandler.cpp
+--- a/src/appleseed/renderer/modeling/project/assethandler.cpp 2019-08-31 17:49:01.000000000 +0200
++++ b/src/appleseed/renderer/modeling/project/assethandler.cpp 2020-12-10 03:26:57.768459744 +0100
+@@ -80,7 +80,7 @@
+ try
+ {
+ create_directories(dest_path.parent_path());
+- copy_file(source_path, dest_path, copy_option::overwrite_if_exists);
++ copy_file(source_path, dest_path, copy_options::overwrite_existing);
+ return true;
+ }
+ catch (const std::exception& e) // namespace qualification required