summarylogtreecommitdiffstats
path: root/0013-boost179-fstream.patch
diff options
context:
space:
mode:
authorhowetuft2024-01-31 15:33:25 +0100
committerhowetuft2024-01-31 16:18:22 +0100
commitabc42a7fee204a64a8394a3d2f6f4ac8718ee6ca (patch)
tree165cac759cb4040b5f748ad60152c184e858b487 /0013-boost179-fstream.patch
parentb570197b74493ed8c1ed94dfe18067efb607f9e6 (diff)
downloadaur-luxcorerender.tar.gz
Remove fmt dependency
Diffstat (limited to '0013-boost179-fstream.patch')
-rw-r--r--0013-boost179-fstream.patch37
1 files changed, 37 insertions, 0 deletions
diff --git a/0013-boost179-fstream.patch b/0013-boost179-fstream.patch
new file mode 100644
index 000000000000..99ccb2aca571
--- /dev/null
+++ b/0013-boost179-fstream.patch
@@ -0,0 +1,37 @@
+From 6c37bbfa60a8d00e1e87a63043d67c82e137d7fb Mon Sep 17 00:00:00 2001
+From: howetuft <howetuft@gmail.com>
+Date: Sun, 3 Jul 2022 20:02:31 +0200
+Subject: [PATCH 13/14] boost179 fstream
+
+---
+ src/luxrays/utils/cuda.cpp | 1 +
+ src/luxrays/utils/ocl.cpp | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/src/luxrays/utils/cuda.cpp b/src/luxrays/utils/cuda.cpp
+index 6ae9e9f42..888e12497 100644
+--- a/src/luxrays/utils/cuda.cpp
++++ b/src/luxrays/utils/cuda.cpp
+@@ -24,6 +24,7 @@
+
+ #include <boost/algorithm/string/replace.hpp>
+ #include <boost/algorithm/string/trim.hpp>
++#include <boost/filesystem/fstream.hpp>
+
+ #include "luxrays/luxrays.h"
+ #include "luxrays/utils/utils.h"
+diff --git a/src/luxrays/utils/ocl.cpp b/src/luxrays/utils/ocl.cpp
+index 785836cef..80b7a8f45 100644
+--- a/src/luxrays/utils/ocl.cpp
++++ b/src/luxrays/utils/ocl.cpp
+@@ -24,6 +24,7 @@
+
+ #include <boost/algorithm/string/replace.hpp>
+ #include <boost/algorithm/string/trim.hpp>
++#include <boost/filesystem/fstream.hpp>
+
+ #include "luxrays/luxrays.h"
+ #include "luxrays/utils/utils.h"
+--
+2.43.0
+