summaryrefslogtreecommitdiff
path: root/devel/libsavitar/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libsavitar/files')
-rw-r--r--devel/libsavitar/files/patch-CMakeLists.txt11
-rw-r--r--devel/libsavitar/files/patch-src_MeshData.cpp11
-rw-r--r--devel/libsavitar/files/patch-src_Namespace.cpp11
-rw-r--r--devel/libsavitar/files/patch-src_SceneNode.cpp11
4 files changed, 44 insertions, 0 deletions
diff --git a/devel/libsavitar/files/patch-CMakeLists.txt b/devel/libsavitar/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..350b4f496b75
--- /dev/null
+++ b/devel/libsavitar/files/patch-CMakeLists.txt
@@ -0,0 +1,11 @@
+--- CMakeLists.txt.orig 2020-05-11 21:56:56 UTC
++++ CMakeLists.txt
+@@ -15,7 +15,7 @@ if(BUILD_TESTS)
+ find_package(Threads QUIET)
+ endif()
+
+-add_subdirectory(pugixml)
++#add_subdirectory(pugixml)
+
+ if(BUILD_PYTHON)
+ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
diff --git a/devel/libsavitar/files/patch-src_MeshData.cpp b/devel/libsavitar/files/patch-src_MeshData.cpp
new file mode 100644
index 000000000000..9d8a5686dd02
--- /dev/null
+++ b/devel/libsavitar/files/patch-src_MeshData.cpp
@@ -0,0 +1,11 @@
+--- src/MeshData.cpp.orig 2020-05-11 21:53:20 UTC
++++ src/MeshData.cpp
+@@ -17,7 +17,7 @@
+ */
+
+ #include "MeshData.h"
+-#include "../pugixml/src/pugixml.hpp"
++#include <pugixml.hpp>
+ #include <cstring>
+ #include <iostream>
+ #include <stdexcept> //For std::runtime_error.
diff --git a/devel/libsavitar/files/patch-src_Namespace.cpp b/devel/libsavitar/files/patch-src_Namespace.cpp
new file mode 100644
index 000000000000..5da35e038d06
--- /dev/null
+++ b/devel/libsavitar/files/patch-src_Namespace.cpp
@@ -0,0 +1,11 @@
+--- src/Namespace.cpp.orig 2020-05-11 21:53:27 UTC
++++ src/Namespace.cpp
+@@ -3,7 +3,7 @@
+
+ #include "Namespace.h"
+
+-#include "../pugixml/src/pugixml.hpp"
++#include <pugixml.hpp>
+
+ namespace xml_namespace
+ {
diff --git a/devel/libsavitar/files/patch-src_SceneNode.cpp b/devel/libsavitar/files/patch-src_SceneNode.cpp
new file mode 100644
index 000000000000..e055e80807d8
--- /dev/null
+++ b/devel/libsavitar/files/patch-src_SceneNode.cpp
@@ -0,0 +1,11 @@
+--- src/SceneNode.cpp.orig 2020-05-11 21:53:40 UTC
++++ src/SceneNode.cpp
+@@ -18,7 +18,7 @@
+
+ #include "SceneNode.h"
+ #include "Namespace.h"
+-#include "../pugixml/src/pugixml.hpp"
++#include <pugixml.hpp>
+ #include <iostream>
+ using namespace Savitar;
+