Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Sep 2002 12:51:36 +0200 (CEST)
From:      Tilman Linneweh <tilman@arved.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lyngbol@wheel.dk
Subject:   ports/42633: Fix Build net/scli: patch-configure fixes libxml detection
Message-ID:  <200209091051.g89ApaQ2014949@tl.kom.tuwien.ac.at>

next in thread | raw e-mail | index | archive | help

>Number:         42633
>Category:       ports
>Synopsis:       Fix Build net/scli: patch-configure fixes libxml detection
>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:   Tue Sep 10 05:40:03 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Tilman Linneweh
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
Vienna University of Technology
>Environment:
System: FreeBSD tl.kom.tuwien.ac.at 4.6-STABLE FreeBSD 4.6-STABLE #0: Wed Jul 24 15:50:09 CEST 2002 root@tl.kom.tuwien.ac.at:/usr/obj/usr/src/sys/MYKERNEL i386


	
>Description:
	Location of libxml Headerfiles changed about 6 month ago.
	
>How-To-Repeat:
	
>Fix:

	

--- scli.diff begins here ---
Index: files/patch-configure
===================================================================
RCS file: files/patch-configure
diff -N files/patch-configure
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-configure	9 Sep 2002 10:47:55 -0000
@@ -0,0 +1,11 @@
+--- configure.orig	Mon Sep  9 12:46:41 2002
++++ configure	Mon Sep  9 12:46:47 2002
+@@ -1569,7 +1569,7 @@
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <string.h>
+-#include <xmlversion.h>
++#include <libxml/xmlversion.h>
+ 
+ int 
+ main()
--- scli.diff ends here ---


>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?200209091051.g89ApaQ2014949>