Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jun 2007 12:53:00 -0400
From:      Kris Kennaway <kris@obsecurity.org>
To:        Stefan Esser <se@FreeBSD.org>
Cc:        cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/multimedia/dvbcut/files patch-playaudio.cpp
Message-ID:  <20070603165300.GA10459@rot13.obsecurity.org>
In-Reply-To: <200706031545.l53FjVHt001533@repoman.freebsd.org>
References:  <200706031545.l53FjVHt001533@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jun 03, 2007 at 03:45:31PM +0000, Stefan Esser wrote:
> se          2007-06-03 15:45:31 UTC
> 
>   FreeBSD ports repository
> 
>   Added files:
>     multimedia/dvbcut/files patch-playaudio.cpp 
>   Log:
>   Unreak compilation with gcc-4.2: There is one expression containing a
>   binary operator '>?' that is accepted by gcc-3.x but not by gcc-4.2.
>   
>   I did not find the definition of this operator and do not know whether
>   it is an extension found in g++-3.x, but I assume that it is a maximum
>   value operator (a >? b) <==> max(a, b) and this patch implements this
>   operation explicitly instead of via the (unknown in g++-4.2) operator.

Yes, it was a deprecated gcc extension documented in the info pages.

Kris



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