1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/textproc/wbxml2/files/patch-src_wbxml.h
Edwin Groothuis 2a56edcdc5 [PATCH] textproc/wbxml2: update to latest from official SVN
Add missing dependency on textproc/libxml2.
	Fix package version in libwbxml2.pc.
	Update to latest from official SVN to fix build python bindings from SynCE Project.

PR:		ports/124602
Submitted by:	Alexander Logvinov <ports@logvinov.com>
Approved by:	maintainer timeout
2008-07-05 00:31:20 +00:00

10 lines
462 B
C

--- src/wbxml.h.orig 2006-07-11 21:47:44.000000000 +1000
+++ src/wbxml.h 2008-06-15 06:58:54.000000000 +1000
@@ -285,6 +285,7 @@
WBXMLVersion wbxml_version; /**< WBXML Version */
WB_BOOL keep_ignorable_ws; /**< Keep Ignorable Whitespaces (Default: FALSE) */
WB_BOOL use_strtbl; /**< Generate String Table (Default: TRUE) */
+ WB_BOOL produce_anonymous; /**< Produce an anonymous document (Default: FALSE) */
} WBXMLGenWBXMLParams;