Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jun 2002 13:42:20 +1000
From:      "Tim J. Robbins" <tjr@FreeBSD.ORG>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        current@FreeBSD.ORG
Subject:   Re: State of the ports collection
Message-ID:  <20020604134220.B42142@treetop.robbins.dropbear.id.au>
In-Reply-To: <20020603134224.A29126@xor.obsecurity.org>; from kris@obsecurity.org on Mon, Jun 03, 2002 at 01:42:24PM -0700
References:  <20020603134224.A29126@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jun 03, 2002 at 01:42:24PM -0700, Kris Kennaway wrote:

> * (lots of ports) The new C++ compiler deprecated a lot of headers by
>   moving them to a different directory: this breaks a heck of a lot of
>   ports).  IMO we should be searching this directory by default.

I believe it is the intent of the GCC developers to search this directory
by default. In any case, the fix is to add:

#define GPLUSPLUS_BACKWARD_INCLUDE_DIR	PREFIX"/usr/include/g++/backward"

to src/gnu/usr.bin/cc/cc_tools/freebsd-native.h

Someone who has more experience dealing with GCC should review/commit this,
it will break lots of pre-standard C++ code.


Tim

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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