Ticket #38779: patch-libgda.diff
File patch-libgda.diff, 1.3 KB (added by dbevans (David B. Evans), 11 years ago) |
---|
-
Portfile
4 4 name libgda 5 5 version 1.2.4 6 6 set branch [join [lrange [split ${version} .] 0 1] .] 7 revision 57 revision 6 8 8 description GDA provides uniform access to different kinds of data sources. 9 9 long_description GNU Data Access (GDA) is an attempt to provide \ 10 10 uniform access to different kinds of data sources \ … … 26 26 port:intltool \ 27 27 port:pkgconfig 28 28 29 patchfiles patch-glib-2.32.diff 29 patchfiles patch-glib-2.32.diff \ 30 patch-libgda-gda-xql-utils.c.diff 30 31 31 32 configure.args --without-bdb \ 32 33 --without-mysql \ -
files/patch-libgda-gda-xql-utils.c.diff
1 --- libgda/gda-xql-utils.c.orig 2013-07-25 19:00:19.000000000 -0700 2 +++ libgda/gda-xql-utils.c 2013-07-25 19:04:00.000000000 -0700 3 @@ -94,7 +94,7 @@ 4 if (freedoc) 5 xmlFreeDoc (doc); 6 7 - buffer = g_strdup (outbuf->buffer->content); 8 + buffer = g_strdup (xmlOutputBufferGetContent (outbuf)); 9 xmlOutputBufferClose (outbuf); 10 11 return buffer;