summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/ktoblzcheck/files')
-rw-r--r--app-misc/ktoblzcheck/files/digest-ktoblzcheck-1.81
-rw-r--r--app-misc/ktoblzcheck/files/ktoblzcheck-1.8-gcc41.patch13
2 files changed, 14 insertions, 0 deletions
diff --git a/app-misc/ktoblzcheck/files/digest-ktoblzcheck-1.8 b/app-misc/ktoblzcheck/files/digest-ktoblzcheck-1.8
new file mode 100644
index 000000000000..54c8c2f4d1c1
--- /dev/null
+++ b/app-misc/ktoblzcheck/files/digest-ktoblzcheck-1.8
@@ -0,0 +1 @@
+MD5 5db25fb27011b94a697fef215632e6c4 ktoblzcheck-1.8.tar.gz 444335
diff --git a/app-misc/ktoblzcheck/files/ktoblzcheck-1.8-gcc41.patch b/app-misc/ktoblzcheck/files/ktoblzcheck-1.8-gcc41.patch
new file mode 100644
index 000000000000..c7a0c75ea464
--- /dev/null
+++ b/app-misc/ktoblzcheck/files/ktoblzcheck-1.8-gcc41.patch
@@ -0,0 +1,13 @@
+--- ktoblzcheck-1.7/src/include/iban.h 2005-05-24 10:04:21.000000000 +0200
++++ ktoblzcheck-1.7-gcc41/src/include/iban.h 2005-11-28 23:54:52.107511750 +0100
+@@ -219,8 +219,8 @@
+ bool readSpecTable(std::istream &fin, const std::string& stopcomment);
+ bool readCountryTable(std::istream &fin);
+ static int to_number(char c) { return c - 'A' + 10; }
+- static std::string IbanCheck::iban2number(const std::string& iban);
+- static int IbanCheck::modulo97(const std::string& number);
++ static std::string iban2number(const std::string& iban);
++ static int modulo97(const std::string& number);
+
+ specmap m_IbanSpec;
+ countrymap m_CountryMap;