cvs commit: ports/multimedia/dvbcut/files patch-playaudio.cpp
Stefan Esser
se at FreeBSD.org
Sun Jun 3 15:45:32 UTC 2007
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)
More information about the cvs-ports
mailing list