Date: Thu, 4 Apr 2002 17:14:11 +0200 (CEST) From: Tilman Linneweh <tilman@arved.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: tilman@arved.de Subject: ports/36749: Fix Build after libxml2 updatei: textproc/gxmlviewer Message-ID: <200204041514.g34FEBKA074376@tl.kom.tuwien.ac.at>
next in thread | raw e-mail | index | archive | help
>Number: 36749 >Category: ports >Synopsis: Fix Build after libxml2 updatei: textproc/gxmlviewer >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Apr 04 07:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Tilman Linneweh >Release: FreeBSD 4.5-STABLE i386 >Organization: Vienna University of Technology >Environment: System: FreeBSD tl.kom.tuwien.ac.at 4.5-STABLE FreeBSD 4.5-STABLE #0: Tue Apr 2 18:27:42 CEST 2002 tilman@tl.kom.tuwien.ac.at:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: bento reported build failure. >How-To-Repeat: >Fix: Two new patches in the files dir: cat files/patch-xmlformatter.c --- 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> cat files/patch-xmlparser.c --- 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" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204041514.g34FEBKA074376>