mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
2a56edcdc5
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
10 lines
462 B
C
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;
|
|
|