View | Details | Raw Unified | Return to bug 131574
Collapse All | Expand All

(-)xmlcopyeditor/Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	xmlcopyeditor
8
PORTNAME=	xmlcopyeditor
9
PORTVERSION=	1.2.0
9
PORTVERSION=	1.2.0
10
PORTREVISION=	1
10
DISTVERSIONSUFFIX=-2
11
DISTVERSIONSUFFIX=-2
11
CATEGORIES=	editors
12
CATEGORIES=	editors
12
MASTER_SITES=	SF
13
MASTER_SITES=	SF
(-)xmlcopyeditor/files/patch-src_wraplibxml.cpp.diff (+14 lines)
Line 0 Link Here
1
--- src/wraplibxml.cpp.orig
2
+++ src/wraplibxml.cpp
3
@@ -20,6 +20,11 @@
4
 #include "wraplibxml.h"
5
 #include <sstream>
6
 #include <stdexcept>
7
+
8
+#ifdef ATTRIBUTE_PRINTF
9
+#undef ATTRIBUTE_PRINTF
10
+#endif
11
+
12
 #include <wx/wx.h>
13
 
14
 WrapLibxml::WrapLibxml ( bool netAccessParameter, const std::string& catalogPathParameter )

Return to bug 131574