ports/audio/supercollider/files/patch-lang_LangSource_PyrLexer.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
331 B
C++

--- lang/LangSource/PyrLexer.cpp.orig 2024-03-15 10:40:00 UTC
+++ lang/LangSource/PyrLexer.cpp
@@ -38,7 +38,7 @@
#include <boost/filesystem/path.hpp>
#include <boost/filesystem/operations.hpp>
-#include <boost/filesystem/string_file.hpp>
+#include "string_file.hpp"
#include "PyrParseNode.h"
#include "Bison/lang11d_tab.h"