diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2009-02-13 19:28:24 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2009-02-13 19:28:24 +0000 |
commit | 56ed0767476a38843049df5e5ccd8c106fd81ca0 (patch) | |
tree | 7bda83906e316619daac5703d98da4434645bfb7 /editors | |
parent | 1c4b55e9575eef1fa3889da9622e1a18e8a66d91 (diff) | |
download | ports-56ed0767476a38843049df5e5ccd8c106fd81ca0.tar.gz ports-56ed0767476a38843049df5e5ccd8c106fd81ca0.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xmlcopyeditor/Makefile | 1 | ||||
-rw-r--r-- | editors/xmlcopyeditor/files/patch-src_wraplibxml.cpp.diff | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/editors/xmlcopyeditor/Makefile b/editors/xmlcopyeditor/Makefile index 8c50cf672624..2476cce30102 100644 --- a/editors/xmlcopyeditor/Makefile +++ b/editors/xmlcopyeditor/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmlcopyeditor PORTVERSION= 1.2.0 +PORTREVISION= 1 DISTVERSIONSUFFIX=-2 CATEGORIES= editors MASTER_SITES= SF diff --git a/editors/xmlcopyeditor/files/patch-src_wraplibxml.cpp.diff b/editors/xmlcopyeditor/files/patch-src_wraplibxml.cpp.diff new file mode 100644 index 000000000000..f0ce205c2dee --- /dev/null +++ b/editors/xmlcopyeditor/files/patch-src_wraplibxml.cpp.diff @@ -0,0 +1,14 @@ +--- 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 ) |