Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Sep 2013 09:53:11 -0500
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        Gerald Pfeifer <gerald@freebsd.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, owner-ports-committers@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r326441 - head/lang/gcc46/files
Message-ID:  <e2e2de4baf6628527f284db4a0154735@shatow.net>
In-Reply-To: <201309052008.r85K8S8j073628@svn.freebsd.org>
References:  <201309052008.r85K8S8j073628@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2013-09-05 15:08, Gerald Pfeifer wrote:
> Author: gerald
> Date: Thu Sep  5 20:08:27 2013
> New Revision: 326441
> URL: http://svnweb.freebsd.org/changeset/ports/326441
> 
> Log:
>   Work around a bug in libcpp that pulls in the optional system iconv
>   if present instead of relying on the port we actually depend on.
> 
>   The issue is that /usr/include/iconv.h has #include <stdbool.h> which
>   in turn, since both are included very late in the game, conflicts 
> with
>   similar definintions by libcpp itself.
> 
>   Interestingly enough, lang/gcc46 and lang/gcc48 did not fail under 
> the
>   same test scenarios and libstdc++ does not seem to require 
> adjustments,
>   so PR 161417 may not be relevant in full.
> 
>   PR:		161417
> 
> Added:
>   head/lang/gcc46/files/patch-libcpp   (contents, props changed)
> 
> Added: head/lang/gcc46/files/patch-libcpp
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/lang/gcc46/files/patch-libcpp	Thu Sep  5 20:08:27 
> 2013	(r326441)
> @@ -0,0 +1,10 @@
> +--- libcpp/internal.h	2012-07-30 09:24:59.000000000 +0000
> ++++ libcpp/internal.h	2013-09-04 00:41:26.000000000 +0000
> +@@ -27,6 +27,7 @@
> + #include "cpp-id-data.h"
> +
> + #if HAVE_ICONV
> ++#define __bool_true_false_are_defined
> + #include <iconv.h>
> + #else
> + #define HAVE_ICONV 0

PORTREVISION?

-- 
Regards,
Bryan Drewery



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e2e2de4baf6628527f284db4a0154735>