aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-03-21 02:44:30 +0800
committermva <mva@FreeBSD.org>2014-03-21 02:44:30 +0800
commitdb89a07c8b1ba4385098cb1a7d5c68299b5fe42e (patch)
treeb81da8e78a4d966538326f6b05e0da4378ec7957 /lang
parent7572b2681e9523f805938bc58f1119f842ae7c56 (diff)
downloadfreebsd-ports-gnome-db89a07c8b1ba4385098cb1a7d5c68299b5fe42e.tar.gz
freebsd-ports-gnome-db89a07c8b1ba4385098cb1a7d5c68299b5fe42e.tar.zst
freebsd-ports-gnome-db89a07c8b1ba4385098cb1a7d5c68299b5fe42e.zip
- Unbreak build after the last lang/mono update
Reported by: pkg-fallout
Diffstat (limited to 'lang')
-rw-r--r--lang/ironpython/files/patch-Languages-IronPython-IronPython.SQLite-c#sqlite-pcache1_c.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/ironpython/files/patch-Languages-IronPython-IronPython.SQLite-c#sqlite-pcache1_c.cs b/lang/ironpython/files/patch-Languages-IronPython-IronPython.SQLite-c#sqlite-pcache1_c.cs
new file mode 100644
index 000000000000..6ddd3f651ef3
--- /dev/null
+++ b/lang/ironpython/files/patch-Languages-IronPython-IronPython.SQLite-c#sqlite-pcache1_c.cs
@@ -0,0 +1,11 @@
+--- Languages/IronPython/IronPython.SQLite/c#sqlite/pcache1_c.cs.orig 2014-02-28 08:17:32.000000000 +0100
++++ Languages/IronPython/IronPython.SQLite/c#sqlite/pcache1_c.cs 2014-02-28 08:17:57.000000000 +0100
+@@ -705,7 +705,7 @@
+ static sqlite3_pcache pcache1Create( int szPage, bool bPurgeable )
+ {
+ PCache1 pCache; /* The newly created page cache */
+- PGroup pGroup; /* The group the new page cache will belong to */
++ PGroup pGroup = null; /* The group the new page cache will belong to */
+ int sz; /* Bytes of memory required to allocate the new cache */
+
+ /*