From 91dd9e62375f38dcfa9e2214347d9837b18c8810 Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Mon, 11 May 2020 23:39:43 +0000 Subject: - 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 --- devel/libsavitar/files/patch-src_Namespace.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/libsavitar/files/patch-src_Namespace.cpp (limited to 'devel/libsavitar/files/patch-src_Namespace.cpp') 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 + + namespace xml_namespace + { -- cgit v1.2.3