Files
vasilito facf0c92e0 feat: track all source trees in git — full fork offline-first model
Red Bear OS is a full fork. All sources must be available from git clone
with zero network access. Removed gitignore rules that excluded fetched
source trees under recipes/*/source/, local/recipes/kde/*/source/,
local/recipes/qt/*/source/, and vendor source trees.

Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded.

127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt
frameworks, mesa, wayland, DRM drivers, and every other recipe source.
2026-05-14 10:55:53 +01:00

122 lines
1.9 KiB
Diff

*** xmlversion.in.h.orig
--- xmlversion.in.h
***************
*** 120,126 ****
*
* Whether the serialization/saving support is configured in
*/
! #if 1
#define LIBXML_OUTPUT_ENABLED
#endif
--- 120,126 ----
*
* Whether the serialization/saving support is configured in
*/
! #if 0
#define LIBXML_OUTPUT_ENABLED
#endif
***************
*** 129,135 ****
*
* Whether the push parsing interfaces are configured in
*/
! #if 1
#define LIBXML_PUSH_ENABLED
#endif
--- 129,135 ----
*
* Whether the push parsing interfaces are configured in
*/
! #if 0
#define LIBXML_PUSH_ENABLED
#endif
***************
*** 138,144 ****
*
* Whether the xmlReader parsing interface is configured in
*/
! #if 1
#define LIBXML_READER_ENABLED
#endif
--- 138,144 ----
*
* Whether the xmlReader parsing interface is configured in
*/
! #if 0
#define LIBXML_READER_ENABLED
#endif
***************
*** 156,162 ****
*
* Whether the xmlWriter saving interface is configured in
*/
! #if 1
#define LIBXML_WRITER_ENABLED
#endif
--- 156,162 ----
*
* Whether the xmlWriter saving interface is configured in
*/
! #if 0
#define LIBXML_WRITER_ENABLED
#endif
***************
*** 246,252 ****
*
* Whether XPath is configured in
*/
! #if 1
#define LIBXML_XPATH_ENABLED
#endif
--- 246,252 ----
*
* Whether XPath is configured in
*/
! #if 0
#define LIBXML_XPATH_ENABLED
#endif
***************
*** 255,261 ****
*
* Whether XPointer is configured in
*/
! #if 1
#define LIBXML_XPTR_ENABLED
#endif
--- 255,261 ----
*
* Whether XPointer is configured in
*/
! #if 0
#define LIBXML_XPTR_ENABLED
#endif
***************
*** 273,279 ****
*
* Whether iconv support is available
*/
! #if 1
#define LIBXML_ICONV_ENABLED
#endif
--- 273,279 ----
*
* Whether iconv support is available
*/
! #if 0
#define LIBXML_ICONV_ENABLED
#endif