freebsd-ports/multimedia/dvbcut
Stefan Eßer 4485856311 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
2007-06-03 15:45:31 +00:00
..
files Unreak compilation with gcc-4.2: There is one expression containing a 2007-06-03 15:45:31 +00:00
distinfo Upgrade to dvbcut version 0.5.4. 2007-04-29 15:45:41 +00:00
Makefile Use multimedia/ffmpeg now instead of multimedia/ffmpeg-devel 2007-05-25 17:08:35 +00:00
pkg-descr