summaryrefslogtreecommitdiffstats
path: root/devel/seed/files/patch-modules_seed-libxml.c
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-01-08 08:14:36 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-01-08 08:14:36 +0800
commit8161483597de0ad5083760dfb3c8840b9b221515 (patch)
treef26e0b9d8925173febe2c5a14d4043d125c340d5 /devel/seed/files/patch-modules_seed-libxml.c
parentfc8fdb689c7f8cb14cebd745b3f9519e8968fd82 (diff)
downloadmarcuscom-ports-8161483597de0ad5083760dfb3c8840b9b221515.tar
marcuscom-ports-8161483597de0ad5083760dfb3c8840b9b221515.tar.gz
marcuscom-ports-8161483597de0ad5083760dfb3c8840b9b221515.tar.bz2
marcuscom-ports-8161483597de0ad5083760dfb3c8840b9b221515.tar.lz
marcuscom-ports-8161483597de0ad5083760dfb3c8840b9b221515.tar.xz
marcuscom-ports-8161483597de0ad5083760dfb3c8840b9b221515.tar.zst
marcuscom-ports-8161483597de0ad5083760dfb3c8840b9b221515.zip
Fix the segfaults in seed on 64-bit platforms.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13383 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/seed/files/patch-modules_seed-libxml.c')
-rw-r--r--devel/seed/files/patch-modules_seed-libxml.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/seed/files/patch-modules_seed-libxml.c b/devel/seed/files/patch-modules_seed-libxml.c
new file mode 100644
index 000000000..ae15d272d
--- /dev/null
+++ b/devel/seed/files/patch-modules_seed-libxml.c
@@ -0,0 +1,12 @@
+--- modules/libxml/seed-libxml.c.orig 2010-01-07 19:10:50.000000000 -0500
++++ modules/libxml/seed-libxml.c 2010-01-07 19:11:18.000000000 -0500
+@@ -449,7 +449,8 @@ seed_xml_xpathobj_get_value (SeedContext
+
+
+ seed_static_function doc_funcs[] = {
+- {"xpathNewContext", seed_xml_construct_xpath_context, 0}
++ {"xpathNewContext", seed_xml_construct_xpath_context, 0},
++ {NULL, NULL, 0}
+ };
+
+ seed_static_value doc_values[] = {