summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johanson <latexer@gentoo.org>2005-09-21 03:44:50 +0000
committerPeter Johanson <latexer@gentoo.org>2005-09-21 03:44:50 +0000
commit9af4cbd13374beb6be674b7d3dab8c61a19eb4a8 (patch)
tree4de7fa5441cc10b41d71301fe17065728bbbf775 /app-misc/tomboy/files
parentRework ABI handling for cross-compiles so mips n32/n64 works now with mips64 ... (diff)
downloadhistorical-9af4cbd13374beb6be674b7d3dab8c61a19eb4a8.tar.gz
historical-9af4cbd13374beb6be674b7d3dab8c61a19eb4a8.tar.bz2
historical-9af4cbd13374beb6be674b7d3dab8c61a19eb4a8.zip
Add mono-1.1.9 compat.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-misc/tomboy/files')
-rw-r--r--app-misc/tomboy/files/tomboy-0.3.3-mono-1.1.9-compat.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-misc/tomboy/files/tomboy-0.3.3-mono-1.1.9-compat.diff b/app-misc/tomboy/files/tomboy-0.3.3-mono-1.1.9-compat.diff
new file mode 100644
index 000000000000..ea038342466a
--- /dev/null
+++ b/app-misc/tomboy/files/tomboy-0.3.3-mono-1.1.9-compat.diff
@@ -0,0 +1,12 @@
+diff -aur tomboy-0.3.3-orig/Tomboy/Trie.cs tomboy-0.3.3/Tomboy/Trie.cs
+--- tomboy-0.3.3-orig/Tomboy/Trie.cs 2005-05-05 11:11:16.000000000 -0700
++++ tomboy-0.3.3/Tomboy/Trie.cs 2005-09-16 10:28:22.000000000 -0700
+@@ -132,7 +132,7 @@
+ while (m != null) {
+ TrieState q1 = m.State;
+ TrieState r = q.Fail;
+- TrieMatch n;
++ TrieMatch n = null;
+
+ while (r != null) {
+ n = FindMatchAtState (r, m.Value);