ports/audio/supercollider/files/patch-server_scsynth_SC__GraphDef.cpp
Neal Nelson ba6612603a audio/supercollider: update to 3.13.03
- 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
2024-05-13 23:19:52 +02:00

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;