mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 01:50:37 -04:00
- Use cmake to build - Add c++ lib and header, and static libs - Use DISTVERSION instead of PORTVERSION as advised by porter's handbook - Remove USE_CXXSTD and CXXFLAGS which seem unnecessary PR: 256704 Approved by: Gasol Wu <gasol.wu@gmail.com> (maintainer)
11 lines
265 B
C++
11 lines
265 B
C++
--- core/vm.cpp.orig 2021-06-20 03:31:11 UTC
|
|
+++ core/vm.cpp
|
|
@@ -23,7 +23,7 @@ limitations under the License.
|
|
|
|
#include "desugarer.h"
|
|
#include "json.h"
|
|
-#include "json.hpp"
|
|
+#include "nlohmann/json.hpp"
|
|
#include "md5.h"
|
|
#include "parser.h"
|
|
#include "state.h"
|