mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 09:33:11 -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
331 B
C++
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"
|