summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-cpp/libxmlpp/files')
-rw-r--r--dev-cpp/libxmlpp/files/digest-libxmlpp-2.8.0-r2 (renamed from dev-cpp/libxmlpp/files/digest-libxmlpp-2.8.0-r1)0
-rw-r--r--dev-cpp/libxmlpp/files/libxmlpp-2.8.0-fix-errant-semicolon.diff11
2 files changed, 11 insertions, 0 deletions
diff --git a/dev-cpp/libxmlpp/files/digest-libxmlpp-2.8.0-r1 b/dev-cpp/libxmlpp/files/digest-libxmlpp-2.8.0-r2
index 3a1250698921..3a1250698921 100644
--- a/dev-cpp/libxmlpp/files/digest-libxmlpp-2.8.0-r1
+++ b/dev-cpp/libxmlpp/files/digest-libxmlpp-2.8.0-r2
diff --git a/dev-cpp/libxmlpp/files/libxmlpp-2.8.0-fix-errant-semicolon.diff b/dev-cpp/libxmlpp/files/libxmlpp-2.8.0-fix-errant-semicolon.diff
new file mode 100644
index 000000000000..c269ac4a4337
--- /dev/null
+++ b/dev-cpp/libxmlpp/files/libxmlpp-2.8.0-fix-errant-semicolon.diff
@@ -0,0 +1,11 @@
+--- libxml++/validators/validator.h.orig 2005-06-07 09:22:53.000000000 -0400
++++ libxml++/validators/validator.h 2004-05-28 17:33:03.000000000 -0400
+@@ -22,7 +22,7 @@
+
+ extern "C" {
+ struct _xmlValidCtxt;
+-};
++}
+
+ namespace xmlpp {
+