mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
- fix handling of webengine dependency and SSE use - fix recent build failures due to boost update Changelog: https://github.com/supercollider/supercollider/releases/tag/Version-3.13.0 PR: 277722
11 lines
367 B
C++
11 lines
367 B
C++
--- server/scsynth/SC_GraphDef.cpp.orig 2024-03-15 10:33:57 UTC
|
|
+++ server/scsynth/SC_GraphDef.cpp
|
|
@@ -46,7 +46,7 @@
|
|
#include <string>
|
|
|
|
#include <boost/filesystem/operations.hpp> // recursive_directory_iterator
|
|
-#include <boost/filesystem/string_file.hpp> // load_string_file
|
|
+#include "string_file.hpp" // load_string_file
|
|
|
|
namespace bfs = boost::filesystem;
|
|
|