summaryrefslogtreecommitdiff
path: root/devel/libsavitar/files/patch-src_MeshData.cpp
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2020-05-11 23:39:43 +0000
committerDiane Bruce <db@FreeBSD.org>2020-05-11 23:39:43 +0000
commit91dd9e62375f38dcfa9e2214347d9837b18c8810 (patch)
treea6ec8366cd68314d796d34b3605f0784b14ce240 /devel/libsavitar/files/patch-src_MeshData.cpp
parentAdd textproc/py-sphinxcontrib-qthelp (diff)
- pugixml-1.10 conflicts with libSavitar-4.5.0 on
/usr/local/lib/cmake/pugixml/pugixml-config-release.cmake [1] - I had a TODO in original Makefile to rewrite to use our system pugixml [2] [1] maciej@pasternacki.net [2] db PR: ports/246316
Notes
Notes: svn path=/head/; revision=534965
Diffstat (limited to 'devel/libsavitar/files/patch-src_MeshData.cpp')
-rw-r--r--devel/libsavitar/files/patch-src_MeshData.cpp11
1 files changed, 11 insertions, 0 deletions
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.