Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Dec 2001 10:32:11 +0200
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Cc:        freebsd-ports@FreeBSD.org, gnome@FreeBSD.org
Subject:   Re: [lioux@FreeBSD.org: Fixing xml2-config]
Message-ID:  <3C0F2D0B.D228D5DD@FreeBSD.org>
References:  <20011204195358.79913.qmail@exxodus.fedaykin.here>

next in thread | previous in thread | raw e-mail | index | archive | help
Mario Sergio Fujikawa Ferreira wrote:
> 
> ----- Forwarded message from Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -----
> 
> From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
> To: gnome@FreeBSD.org
> Date: Mon, 26 Nov 2001 19:22:13 -0200
> Message-ID: <20011126192213.A43061@exxodus.fedaykin.here>
> Subject: Fixing xml2-config
> User-Agent: Mutt/1.2.5i
> 
> Hi,
> 
>         Working with ogle developers, I noticed that I have to set
> CPPFLAGS="-I${LOCALBASE}/include" since it depends on libxml2.
> However, since libxml2 ships xml2-config this shouldn't be necessary.
>         I need the CPPFLAGS since it can't find giconv.h. Checking the
> libxml2 port configure.in, I saw that there are provisings there to
> put the location of libiconv header in xml2-config --cflags output.
>         However, so that this happen, --with-iconv has to be set WITH
> a value. :)
>         Output of `xml2-config --cflags`
> before
> 
> -I/usr/local/include/libxml2/libxml -I/usr/local/include/libxml2
> 
> after
> 
> -I/usr/local/include/libxml2/libxml -I/usr/local/include/libxml2 -I/usr/local/include
> 
>         Just a simple patch, "shouldn't" break anything but .... :)
> This should help with many ports setting CPPFLAGS.

Committed, thanks!

-Maxim

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?3C0F2D0B.D228D5DD>