fix build on bento due to libxml2 update
PR: 36749 Submitted by: Tilman Linneweh <tilman@arved.de>
This commit is contained in:
parent
1e8c0a0b00
commit
3a38728071
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57324
14
textproc/gxmlviewer/files/patch-xmlformatter.c
Normal file
14
textproc/gxmlviewer/files/patch-xmlformatter.c
Normal file
@ -0,0 +1,14 @@
|
||||
--- src/extras/xmlformatter.c.orig Thu Apr 4 15:47:47 2002
|
||||
+++ src/extras/xmlformatter.c Thu Apr 4 15:48:50 2002
|
||||
@@ -8,9 +8,9 @@
|
||||
|
||||
#include <string.h>
|
||||
#include <gtk/gtk.h>
|
||||
-#include <SAX.h>
|
||||
-#include <parser.h>
|
||||
-#include <parserInternals.h>
|
||||
+#include <libxml/SAX.h>
|
||||
+#include <libxml/parser.h>
|
||||
+#include <libxml/parserInternals.h>
|
||||
|
||||
#include <unistd.h>
|
17
textproc/gxmlviewer/files/patch-xmlparser.c
Normal file
17
textproc/gxmlviewer/files/patch-xmlparser.c
Normal file
@ -0,0 +1,17 @@
|
||||
--- src/xmlparser.c.orig Thu Apr 4 17:05:35 2002
|
||||
+++ src/xmlparser.c Thu Apr 4 17:08:09 2002
|
||||
@@ -8,15 +8,9 @@
|
||||
|
||||
#include <string.h>
|
||||
#include <gtk/gtk.h>
|
||||
-#ifndef WIN32
|
||||
-#include <SAX.h>
|
||||
-#include <parser.h>
|
||||
-#include <parserInternals.h>
|
||||
-#else
|
||||
#include <libxml/SAX.h>
|
||||
#include <libxml/parser.h>
|
||||
#include <libxml/parserInternals.h>
|
||||
-#endif
|
||||
#include "xmlparser.h"
|
||||
#include "support.h"
|
Loading…
Reference in New Issue
Block a user