forked from Lainports/freebsd-ports
PR: ports/131574 Reported by: QAT Submitted by: Jose Garcia Juanino <jjuanino@gmail.com> Maintainer
14 lines
314 B
Diff
14 lines
314 B
Diff
--- src/wraplibxml.cpp.orig
|
|
+++ src/wraplibxml.cpp
|
|
@@ -20,6 +20,11 @@
|
|
#include "wraplibxml.h"
|
|
#include <sstream>
|
|
#include <stdexcept>
|
|
+
|
|
+#ifdef ATTRIBUTE_PRINTF
|
|
+#undef ATTRIBUTE_PRINTF
|
|
+#endif
|
|
+
|
|
#include <wx/wx.h>
|
|
|
|
WrapLibxml::WrapLibxml ( bool netAccessParameter, const std::string& catalogPathParameter )
|