PORTNAME= xmlcopyeditor
PORTVERSION= 1.2.0
PORTREVISION= 1
DISTVERSIONSUFFIX=-2
CATEGORIES= editors
MASTER_SITES= SF
--- 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 )