Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jun 2007 15:45:31 +0000 (UTC)
From:      Stefan Esser <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/multimedia/dvbcut/files patch-playaudio.cpp
Message-ID:  <200706031545.l53FjVHt001533@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  
  Submitted by:   pointyhat via kris
  
  Revision  Changes    Path
  1.1       +14 -0     ports/multimedia/dvbcut/files/patch-playaudio.cpp (new)



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