opnsense-ports/emulators/emulationstation/files/patch-es-app_src_MetaData.h
Franco Fichtner f700ed0147 */*: sync with upstream
Taken from: HardenedBSD
2019-01-28 16:07:30 +01:00

13 lines
316 B
C

Use pugixml from ports, rather than embedded
--- es-app/src/MetaData.h.orig 2018-08-11 01:00:43 UTC
+++ es-app/src/MetaData.h
@@ -4,7 +4,7 @@
#include <boost/date_time/posix_time/ptime.hpp>
#include <boost/filesystem/path.hpp>
-#include <pugixml/src/pugixml.hpp>
+#include <pugixml.hpp>
enum MetaDataType
{