aboutsummaryrefslogtreecommitdiff
path: root/net/gnomemeeting
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-01 23:06:39 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-01 23:06:39 +0000
commitdceac278bbc23582fe721783217414a822ebf454 (patch)
tree6a75c3d2b01bd1919b149f2ae07b3554a493536c /net/gnomemeeting
parent8843805058378caf791df0a72ef42f61ba7ed51d (diff)
downloadports-dceac278bbc23582fe721783217414a822ebf454.tar.gz
ports-dceac278bbc23582fe721783217414a822ebf454.zip
Notes
Diffstat (limited to 'net/gnomemeeting')
-rw-r--r--net/gnomemeeting/files/patch-lib_xdap_xdap.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/gnomemeeting/files/patch-lib_xdap_xdap.c b/net/gnomemeeting/files/patch-lib_xdap_xdap.c
new file mode 100644
index 000000000000..6ee81f64df0d
--- /dev/null
+++ b/net/gnomemeeting/files/patch-lib_xdap_xdap.c
@@ -0,0 +1,11 @@
+--- lib/xdap/xdap.c.orig Tue Oct 28 21:28:24 2003
++++ lib/xdap/xdap.c Tue Oct 28 21:49:59 2003
+@@ -159,7 +159,7 @@
+ xmlSAXHandler sax;
+
+ memset (&sax, 0, sizeof sax);
+- sax = xmlDefaultSAXHandler; /* Copy original handler */
++ xmlSAX2InitDefaultSAXHandler (&sax, 0);
+ *oldgetent = sax.getEntity; /* Substitute entity handling */
+ if (noerr) {
+ sax.error = NULL; /* Disable errors and warnings */