aboutsummaryrefslogtreecommitdiff
path: root/ports/3fd
diff options
context:
space:
mode:
Diffstat (limited to 'ports/3fd')
-rw-r--r--ports/3fd/CONTROL2
-rw-r--r--ports/3fd/RapidXML.patch13
-rw-r--r--ports/3fd/portfile.cmake1
3 files changed, 15 insertions, 1 deletions
diff --git a/ports/3fd/CONTROL b/ports/3fd/CONTROL
index 32e1e5d07..6f278f762 100644
--- a/ports/3fd/CONTROL
+++ b/ports/3fd/CONTROL
@@ -1,4 +1,4 @@
Source: 3fd
-Version: 2.6.2-1
+Version: 2.6.2-2
Description: C++ Framework For Fast Development
Build-Depends: boost-lockfree (windows), boost-regex (windows), poco (windows), sqlite3, rapidxml
diff --git a/ports/3fd/RapidXML.patch b/ports/3fd/RapidXML.patch
new file mode 100644
index 000000000..fdb6cd18e
--- /dev/null
+++ b/ports/3fd/RapidXML.patch
@@ -0,0 +1,13 @@
+diff --git a/3FD/configuration.cpp b/3FD/configuration.cpp
+index b9ca804..207a397 100644
+--- a/3FD/configuration.cpp
++++ b/3FD/configuration.cpp
+@@ -2,7 +2,7 @@
+ #include "configuration.h"
+ #include "exceptions.h"
+ #include "utils_io.h"
+-#include <rapidxml.hpp>
++#include <rapidxml/rapidxml.hpp>
+
+ #ifdef _3FD_PLATFORM_WINRT
+ # include "utils_winrt.h"
diff --git a/ports/3fd/portfile.cmake b/ports/3fd/portfile.cmake
index 513bb9a03..1e7e9d601 100644
--- a/ports/3fd/portfile.cmake
+++ b/ports/3fd/portfile.cmake
@@ -32,6 +32,7 @@ vcpkg_from_github(
PATCHES
"${CMAKE_CURRENT_LIST_DIR}/remove-seekpos.patch"
"${CMAKE_CURRENT_LIST_DIR}/DataException.patch"
+ "${CMAKE_CURRENT_LIST_DIR}/RapidXML.patch"
)
# Copy the sources to ensure a clean, out-of-source build